Skip to content

Commit

Permalink
We no longer sign releases (pypi has deprecated this)
Browse files Browse the repository at this point in the history
  • Loading branch information
stsewd committed Jan 15, 2024
1 parent c485b81 commit 8c88293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ release: clean
git checkout main
git pull origin main
python -m build --sdist --wheel
python -m twine upload --sign --identity security@readthedocs.org dist/*
python -m twine upload dist/*

tag:
git checkout main
Expand Down

0 comments on commit 8c88293

Please sign in to comment.