Skip to content

Commit

Permalink
Update release command in Makefile to skip uploading to PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
thombashi committed Apr 7, 2024
1 parent 6f628c6 commit aec8475
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 @@ -21,7 +21,7 @@ fmt:

.PHONY: release
release:
$(PYTHON) setup.py release --sign --verbose
$(PYTHON) setup.py release --sign --skip-uploading --verbose
$(MAKE) clean

.PHONY: setup-ci
Expand Down

0 comments on commit aec8475

Please sign in to comment.