Skip to content

Commit

Permalink
Create releaseUpdate.py
Browse files Browse the repository at this point in the history
  • Loading branch information
noahbroyles committed Jan 18, 2022
1 parent d799073 commit 8c31c88
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions releaseUpdate.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/usr/bin/env python3

import subprocess


subprocess.call(['rm', '-fr', 'build/', 'dist/'])
subprocess.call(['python3', 'setup.py', 'sdist', 'bdist_wheel'])
subprocess.call(['twine', 'upload', 'dist/*'])

0 comments on commit 8c31c88

Please sign in to comment.