Skip to content

Commit

Permalink
Update release steps (#124)
Browse files Browse the repository at this point in the history
Pypi has deprecated signing releases.
  • Loading branch information
stsewd authored Jun 29, 2023
1 parent e889565 commit 7c60d16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ Releasing
$ python -m pip install --upgrade pip build twine
$ rm -rf dist/
$ python -m build --sdist --wheel
$ twine upload --sign --identity [email protected] dist/*
$ twine upload --username=__token__ --password=$PYPI_TOKEN dist/*

0 comments on commit 7c60d16

Please sign in to comment.