Skip to content

Commit 35954e7

Browse files
committed
makefile fix
1 parent 31caeb4 commit 35954e7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1+
12
.PHONY: release
2-
release: readme
3+
release:
34
python setup.py sdist bdist_wheel
45
twine upload dist/*.whl dist/*.tar.gz
56

0 commit comments

Comments
 (0)