pull/3/head
Mark Qvist 2022-01-11 02:45:10 +01:00
parent d59c85714c
commit 133e092b31
1 changed files with 6 additions and 6 deletions

View File

@ -1,15 +1,15 @@
all: release
clean:
@echo Cleaning...
-rm -r ./build
-rm -r ./dist
@echo Cleaning...
-rm -r ./build
-rm -r ./dist
build_wheel:
python3 setup.py sdist bdist_wheel
python3 setup.py sdist bdist_wheel
release: build_wheel
upload:
@echo Uploading to PyPi...
twine upload dist/*
@echo Uploading to PyPi...
twine upload dist/*