Skip to content

Commit d3952fb

Browse files
committed
update upload script
1 parent 6a65a99 commit d3952fb

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
@@ -9,7 +9,7 @@
99
linux:
1010
rm -rf "dist/*";rm -rf "build/*";python3 setup.py bdist_wheel;twine upload "dist/*;rm -rf "dist/*";rm -rf "build/*""
1111
win32:
12-
rm -rf dist;rm -rf build;python3 setup.py bdist_wheel;twine upload "dist/*";rm -rf dist;rm -rf build;rm -rf *.egg-info
12+
rm -rf dist;rm -rf build;python3 setup.py bdist_wheel;twine upload "dist/*";rm -rf dist;rm -rf build;rm -rf *.egg-info;python3 -m zipapps -m zipapps.__main__:main -a zipapps -o zipapps.pyz
1313
"""
1414

1515
with codecs.open("README.md", encoding="u8") as f:

0 commit comments

Comments
 (0)