Skip to content

Commit

Permalink
work around stale files in wheel (pypa/wheel#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed Apr 3, 2019
1 parent cad0d07 commit 1522f97
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions release.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ def tag_and_push():

def pypi():
print("--- PYPI -------------------------------------------------------------")
system("rm -rf build")
system("python3 setup.py sdist bdist_wheel")
system("twine check dist/*")
system("twine upload --skip-existing --sign dist/*")
Expand Down

0 comments on commit 1522f97

Please sign in to comment.