Skip to content

Commit

Permalink
feat: add Makfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhamad Tohir committed Jul 31, 2022
1 parent e07a2b7 commit 00233b7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
build:
python3 setup.py bdist_wheel --universal

# Upload to PyPI
upload:
twine upload dist/*

# Upload to test PyPI
upload_test:
twine upload -r testpypi dist/*

0 comments on commit 00233b7

Please sign in to comment.