Skip to content

Commit a6f5ee9

Browse files
committed
update upload shell
1 parent 1b5f04e commit a6f5ee9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
linux:
99
rm -rf "dist/*";rm -rf "build/*";python3 setup.py bdist_wheel;twine upload "dist/*;rm -rf "dist/*";rm -rf "build/*""
1010
win32:
11-
rm -r dist;rm -r build;python3 setup.py bdist_wheel;twine upload "dist/*";rm -r dist;rm -r build;rm -r uniparser.egg-info
11+
rm -r dist;rm -r build;python setup.py bdist_wheel;twine upload "dist/*";rm -r dist;rm -r build;rm -r uniparser.egg-info
1212
"""
1313

1414
py_version = sys.version_info

0 commit comments

Comments
 (0)