Skip to content

Commit 5a3d9fa

Browse files
Switch to twine
1 parent 3928af6 commit 5a3d9fa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/make_release.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
./scripts/uninstall.sh
33
./scripts/clean_up.sh
44
python setup.py register
5-
python setup.py sdist bdist_wheel upload
5+
python setup.py sdist bdist_wheel
6+
twine upload dist/*

0 commit comments

Comments
 (0)