Skip to content

Commit

Permalink
build: stop adding gpg signature to uploads to PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
StuartMacKay committed Feb 9, 2024
1 parent 9075f23 commit 6138811
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 @@ -33,7 +33,7 @@ nvm := sh ~/.nvm/nvm.sh


commit_opts := --gpg-sign
upload_opts := --skip-existing --sign
upload_opts := --skip-existing
pytest_opts := --flake8 --black --isort

.PHONY: help
Expand Down

0 comments on commit 6138811

Please sign in to comment.