Split wheel and tarball dist into separate make cmds

This commit is contained in:
2022-11-24 22:29:50 +01:00
parent 519b51c47c
commit 11e9677d1a

View File

@@ -7,9 +7,14 @@ install:
build:
python3 setup.py build
dist:
tarball:
python3 setup.py sdist
wheel:
python3 setup.py bdist_wheel
dist: tarball wheel
upload: clean dist
twine upload dist/*