We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46c2888 commit 08697b2Copy full SHA for 08697b2
release.py
@@ -97,9 +97,9 @@ def tag_and_push():
97
def pypi():
98
print("--- PYPI ---------------------------------------------------------")
99
system("rm -rf build")
100
- system("python3 setup.py sdist bdist_wheel")
+ system("python3 setup.py sdist")
101
system("twine check dist/*")
102
- system("twine upload --skip-existing")
+ system("twine upload --skip-existing dist/*")
103
104
105
def github_release(tagname):
0 commit comments