Skip to content

Commit

Permalink
Modify release target
Browse files Browse the repository at this point in the history
  • Loading branch information
thombashi committed Sep 16, 2023
1 parent c3f85e1 commit 0e60a70
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 @@ -35,7 +35,7 @@ fmt:

.PHONY: release
release:
@cd $(PKG_BUILD_DIR) && $(PYTHON) setup.py release --sign
@cd $(PKG_BUILD_DIR) && $(PYTHON) setup.py release --sign --verbose
@$(MAKE) clean

.PHONY: setup
Expand Down

0 comments on commit 0e60a70

Please sign in to comment.