We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7ce105b + 893579a commit 5980c31Copy full SHA for 5980c31
tox.ini
@@ -92,4 +92,4 @@ passenv =
92
commands =
93
twine check {toxinidir}/dist/*
94
twine upload {toxinidir}/dist/* \
95
- {posargs:-r testpypi --non-interactive}
+ {posargs:-r {env:TWINE_REPOSITORY:testpypi} --non-interactive}
0 commit comments