Merge pull request #1760 from mattrobenolt/patch-1
Run bdist_wheel as a part of release process
This commit is contained in:
commit
da0ebb9b78
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ def set_setup_version(version):
|
|||
|
||||
|
||||
def build_and_upload():
|
||||
Popen([sys.executable, 'setup.py', 'release', 'sdist', 'upload']).wait()
|
||||
Popen([sys.executable, 'setup.py', 'release', 'sdist', 'bdist_wheel', 'upload']).wait()
|
||||
|
||||
|
||||
def fail(message, *args):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue