chore: test aiohttp_pydantic/__init__.py

This commit is contained in:
Georg K 2022-07-28 02:22:57 +03:00
parent 3529809970
commit ce341f8611

View File

@ -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: