Skip to content

Commit

Permalink
Fix gpg invocation in release script
Browse files Browse the repository at this point in the history
  • Loading branch information
Kwpolska committed Jan 10, 2024
1 parent 0a51fbb commit cbceba6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/release
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,10 @@ read bailout
cleanup

./setup.py sdist bdist_wheel || exit $?

gpg --detach-sign -a dist/Nikola-$version.tar.gz
gpg --detach-sign -a dist/Nikola-$version*.whl

twine upload dist/Nikola-$version.tar.gz dist/Nikola-$version*.whl || exit $?

cleanup
Expand Down

0 comments on commit cbceba6

Please sign in to comment.