Spaces:
Runtime error
Runtime error
Update Makefile
Browse files
Makefile
CHANGED
@@ -66,6 +66,8 @@ clone:
|
|
66 |
## Update python package
|
67 |
update:
|
68 |
python setup.py sdist bdist_wheel
|
|
|
|
|
69 |
#################################################################################
|
70 |
# PROJECT RULES #
|
71 |
#################################################################################
|
|
|
66 |
## Update python package
|
67 |
update:
|
68 |
python setup.py sdist bdist_wheel
|
69 |
+
python -m twine upload dist/*
|
70 |
+
|
71 |
#################################################################################
|
72 |
# PROJECT RULES #
|
73 |
#################################################################################
|