fix: pypi_url parameter

This commit is contained in:
Georg K 2022-03-30 19:42:32 +03:00
parent 4e8fb95c52
commit f278629217

View File

@ -6,6 +6,6 @@ publish-pypi:
image: python:3.8
script:
- 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:
- tags