Skip to content

Commit a8c39fb

Browse files
committed
use twine for dist-publish
1 parent 09258f4 commit a8c39fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,5 @@ dist: targz tarbz wheel
6868
###################################################################
6969
dist-publish:
7070
./version.sh
71-
python setup.py bdist_wheel --universal upload
71+
twine upload dist/*
7272
./version.sh --reset

0 commit comments

Comments
 (0)