Skip to content

Commit 8f630d1

Browse files
author
David Sanders
committed
Add publish target back into Makefile just in case
1 parent f64c088 commit 8f630d1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,11 @@ bumpversion:
6262
pushversion:
6363
git push upstream && git push upstream --tags
6464

65+
.PHONY: publish
66+
publish:
67+
python setup.py sdist bdist_wheel
68+
twine upload dist/*
69+
6570
.PHONY: dist
6671
dist: clean
6772
python setup.py sdist bdist_wheel

0 commit comments

Comments
 (0)