fix: pypi_url parameter
This commit is contained in:
parent
4e8fb95c52
commit
f278629217
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user