Skip to content

Commit 5980c31

Browse files
authored
Merge pull request #22 from python/fix_upload_job
Override -r from TWINE_REPOSITORY
2 parents 7ce105b + 893579a commit 5980c31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,4 +92,4 @@ passenv =
9292
commands =
9393
twine check {toxinidir}/dist/*
9494
twine upload {toxinidir}/dist/* \
95-
{posargs:-r testpypi --non-interactive}
95+
{posargs:-r {env:TWINE_REPOSITORY:testpypi} --non-interactive}

0 commit comments

Comments
 (0)