Skip to content

Commit

Permalink
back to normal releases
Browse files Browse the repository at this point in the history
  • Loading branch information
meejah committed Nov 10, 2024
1 parent 238cca1 commit b23c845
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ release:
gpg --pinentry=loopback -u [email protected] --armor --clear-sign NEWS.md

@echo "Bump version and create tag"
# python update-version.py
python update-version.py --patch # for bugfix release
python update-version.py
# python update-version.py --patch # for bugfix release

@echo "Build and sign wheel"
python setup.py bdist_wheel
Expand Down

0 comments on commit b23c845

Please sign in to comment.