Skip to content

Commit

Permalink
Work around stale files in wheel (closes #389)
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed Mar 26, 2019
1 parent 198ad7e commit 86144dd
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 @@ -95,6 +95,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 86144dd

Please sign in to comment.