Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Mathieu Dupuy <[email protected]>
  • Loading branch information
cclauss and deronnax authored Feb 27, 2024
1 parent 38bc4eb commit fe2850a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,8 @@ bump-major:

release:
python -m pip install --upgrade build setuptools wheel twine
python setup.py register
python -m build
python setup.py upload --sign --identity="$(PGPIDENT)"
python3 -m twine upload dist/*
twine upload --sign --identity="$(PGPIDENT) dist/*"

Documentation:
(cd "$(SPHINX_DIR)"; $(MAKE) html)
Expand Down

0 comments on commit fe2850a

Please sign in to comment.