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 all: release
clean: clean:
@echo Cleaning... @echo Cleaning...
-rm -r ./build -rm -r ./build
-rm -r ./dist -rm -r ./dist
build_wheel: build_wheel:
python3 setup.py sdist bdist_wheel python3 setup.py sdist bdist_wheel
release: build_wheel release: build_wheel
upload: upload:
@echo Uploading to PyPi... @echo Uploading to PyPi...
twine upload dist/* twine upload dist/*