Skip to content

Commit 8c1978b

Browse files
committed
Fixed(Makefile): python-infrastracture changed (broken) again
1 parent 23f57d8 commit 8c1978b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

+2-1
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,9 @@ build: clean
7272
python setup.py bdist_wheel
7373

7474
upload: test3 lint clean
75-
python setup.py sdist upload
75+
python setup.py sdist
7676
# python setup.py bdist_wheel upload
77+
twine upload dist/*.tar.gz
7778

7879
mac_run: env
7980
. env/bin/activate && \

0 commit comments

Comments
 (0)