Skip to content

Commit

Permalink
Modify release target
Browse files Browse the repository at this point in the history
  • Loading branch information
thombashi committed Jun 10, 2023
1 parent 430b3c7 commit 8305360
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 @@ -44,7 +44,7 @@ readme:

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

.PHONY: setup-ci
Expand Down

0 comments on commit 8305360

Please sign in to comment.