Makefile
parent
d59c85714c
commit
133e092b31
12
Makefile
12
Makefile
|
@ -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/*
|
||||
|
|
Loading…
Reference in New Issue