We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 311b281 commit 8db4220Copy full SHA for 8db4220
tox.ini
@@ -74,4 +74,4 @@ passenv =
74
commands =
75
python setup.py sdist bdist_wheel
76
twine check dist/*
77
- twine upload --username $PYPI_USER --password $PYPI_PASSWORD dist/*
+ twine upload -u {env:PYPI_USER} -p {env:PYPI_PASSWORD} --repository-url https://upload.pypi.org/legacy/ dist/*
0 commit comments