Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
554e76ce51 |
@@ -5,8 +5,7 @@ publish-pypi:
|
|||||||
stage: package
|
stage: package
|
||||||
image: python:3.10
|
image: python:3.10
|
||||||
script:
|
script:
|
||||||
- sed -i -e "s/1.12.1/${CI_COMMIT_TAG}/g" aiohttp_pydantic/__init__.py
|
- sed -i -e "s/1.12.1/${CI_COMMIT_TAG:1}/g" aiohttp_pydantic/__init__.py
|
||||||
- cat aiohttp_pydantic/__init__.py
|
|
||||||
- pip install -U setuptools wheel pip; pip install invoke
|
- 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}
|
- invoke upload --pypi-user ${PYPI_REPO_USER} --pypi-password ${PYPI_REPO_PASSWORD} --pypi-url ${PYPI_REPO_URL}
|
||||||
only:
|
only:
|
||||||
|
Reference in New Issue
Block a user