Skip to content

Commit

Permalink
make more robust for twine wheel deps
Browse files Browse the repository at this point in the history
  • Loading branch information
zackees committed Feb 7, 2024
1 parent df528cb commit 6d53528
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ def run(self):
except OSError:
pass

os.system("pip install --upgrade twine")
os.system("pip install --upgrade wheel")

self.status("Building Source and Wheel (universal) distribution…")
os.system('"{0}" setup.py sdist bdist_wheel --universal'.format(sys.executable))

Expand Down

0 comments on commit 6d53528

Please sign in to comment.