Skip to content

Commit 4311b24

Browse files
author
jonathankerr
committed
Add Make command to publish package
1 parent 510d6a5 commit 4311b24

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
package:
22
rm -rf dist/ build/
33
python setup.py sdist bdist_wheel
4+
5+
publish: package
6+
twine upload dist/*

0 commit comments

Comments
 (0)