Skip to content

Commit

Permalink
Merge 23581b4 into 7f15211
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Mar 12, 2020
2 parents 7f15211 + 23581b4 commit 19026b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 18 deletions.
4 changes: 2 additions & 2 deletions make_dist_upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@

import subprocess

subprocess.check_call(['python', 'setup.py', 'sdist', '--formats=gztar,zip', 'upload'])

subprocess.check_call(['python', 'setup.py', 'sdist', '--formats=gztar,zip'])
subprocess.check_call(['twine', 'upload', 'dist/*'])
16 changes: 0 additions & 16 deletions register_pypi.py

This file was deleted.

0 comments on commit 19026b1

Please sign in to comment.