Skip to content

Commit

Permalink
Use build for packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
ihabunek committed Apr 13, 2024
1 parent 880848f commit 77d8e7d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
.PHONY: clean publish test docs

dist :
python setup.py sdist --formats=gztar,zip
python setup.py bdist_wheel --python-tag=py3
dist:
python -m build

publish :
twine upload dist/*.tar.gz dist/*.whl
Expand Down

0 comments on commit 77d8e7d

Please sign in to comment.