Updated makefile
This commit is contained in:
parent
dffbf4dfe1
commit
b415a136f3
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -27,4 +27,4 @@ release: remove_symlinks build_wheel build_spkg create_symlinks
|
||||||
|
|
||||||
upload:
|
upload:
|
||||||
@echo Uploading to PyPi...
|
@echo Uploading to PyPi...
|
||||||
twine upload dist/*
|
twine upload dist/*.whl dist/*.tar.gz
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue