chore: test aiohttp_pydantic/__init__.py
This commit is contained in:
parent
3529809970
commit
ce341f8611
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user