Skip to content

Commit 7cfe2af

Browse files
committed
Added an upload recipe to the Makefile
1 parent 0723911 commit 7cfe2af

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
.PHONY: dist
22
dist:
33
python setup.py sdist bdist_wheel
4+
5+
.PHONY: upload
6+
upload:
7+
twine upload --skip-existing dist/*

0 commit comments

Comments
 (0)