Skip to content
This repository has been archived by the owner on Dec 21, 2022. It is now read-only.

Commit

Permalink
Update Make.
Browse files Browse the repository at this point in the history
  • Loading branch information
tshauck committed Nov 10, 2018
1 parent af733aa commit ef1911a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Makefile
Expand Up @@ -5,7 +5,6 @@
test:
pytest -v -s --cov-report term-missing --cov=gcgc


.PHONY: build
build:
poetry build
Expand All @@ -14,8 +13,10 @@ build:
publish:
poetry publish

.PHONY: dev_release
dev_release:
.PHONY: dev_version
dev_version:
bumpversion prerelversion
git push --tags
poetry publish

.PHONY: dev_release
dev_release: dev_version build publish

0 comments on commit ef1911a

Please sign in to comment.