Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
Co-authored-by: Adam Weiss <[email protected]>
  • Loading branch information
cclauss and amweiss authored Feb 28, 2024
1 parent fe2850a commit 933eefb
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 @@ -65,7 +65,7 @@ bump-major:
bumpversion major

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

Expand Down

0 comments on commit 933eefb

Please sign in to comment.