Skip to content

Commit

Permalink
Add release target to Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
thombashi committed Jul 8, 2023
1 parent 88366d4 commit c763e6c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ docs:
fmt:
tox -e fmt

.PHONY: release
release:
cd $(PKG_BUILD_DIR) && $(PYTHON) setup.py release --verbose --search-dir $(PACKAGE)
$(MAKE) clean

.PHONY: setup-ci
setup-ci:
@$(PYTHON) -m pip install -q --disable-pip-version-check --upgrade tox
Expand Down

0 comments on commit c763e6c

Please sign in to comment.