Skip to content

Commit

Permalink
Remove --sign from twine since PyPI no longer supports GPG
Browse files Browse the repository at this point in the history
  • Loading branch information
zaneselvans committed Jul 3, 2023
1 parent 42250ce commit cc2947d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ extras =
commands =
{[testenv:build]commands}
twine check dist/*
twine upload --sign --verbose --repository testpypi --skip-existing dist/*
twine upload --verbose --repository testpypi --skip-existing dist/*

[testenv:release]
description = Release the package to the production PyPI server.
Expand All @@ -167,7 +167,7 @@ extras =
commands =
{[testenv:build]commands}
twine check dist/*
twine upload --sign --verbose --skip-existing dist/*
twine upload --verbose --skip-existing dist/*

#######################################################################################
# Configuration for various tools.
Expand Down

0 comments on commit cc2947d

Please sign in to comment.