Skip to content

Commit 8db4220

Browse files
authored
fix(automatic-release): pass ENV variables (#540)
1 parent 311b281 commit 8db4220

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,4 @@ passenv =
7474
commands =
7575
python setup.py sdist bdist_wheel
7676
twine check dist/*
77-
twine upload --username $PYPI_USER --password $PYPI_PASSWORD dist/*
77+
twine upload -u {env:PYPI_USER} -p {env:PYPI_PASSWORD} --repository-url https://upload.pypi.org/legacy/ dist/*

0 commit comments

Comments
 (0)