Skip to content

Commit

Permalink
removes parameter '-r' from the twine command called by tox
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Hentschel committed Oct 19, 2023
1 parent 9790dda commit d328ef5
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 @@ -88,4 +88,4 @@ passenv =
deps = twine
commands =
python -m twine check dist/*
python -m twine upload -r ms3 --skip-existing dist/*
python -m twine upload --skip-existing dist/*

0 comments on commit d328ef5

Please sign in to comment.