Skip to content

Commit 13614e7

Browse files
author
Chris Shin
authored
Update publish.sh to use python3 (#866)
1 parent 770d48a commit 13614e7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

publish.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
set -e
44

55
rm -rf dist
6-
python setup.py sdist
7-
python setup.py bdist_wheel
6+
python3 setup.py sdist
87
python3 setup.py bdist_wheel
98
twine upload dist/*

0 commit comments

Comments
 (0)