Skip to content

Commit

Permalink
fix(automatic-release): pass ENV variables (#540)
Browse files Browse the repository at this point in the history
  • Loading branch information
shortcuts authored Oct 11, 2021
1 parent 311b281 commit 8db4220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@ passenv =
commands =
python setup.py sdist bdist_wheel
twine check dist/*
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 comments on commit 8db4220

Please sign in to comment.