From ce341f86111191e46e9e8afcbe999306989fdb84 Mon Sep 17 00:00:00 2001 From: Georg K Date: Thu, 28 Jul 2022 02:22:57 +0300 Subject: [PATCH] chore: test `aiohttp_pydantic/__init__.py` --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index af72ef6..a6773a8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,6 +6,7 @@ publish-pypi: image: python:3.10 script: - sed -i -e 's/1.12.1/${CI_COMMIT_TAG}/g' aiohttp_pydantic/__init__.py + - cat aiohttp_pydantic/__init__.py - pip install -U setuptools wheel pip; pip install invoke - invoke upload --pypi-user ${PYPI_REPO_USER} --pypi-password ${PYPI_REPO_PASSWORD} --pypi-url ${PYPI_REPO_URL} only: