Skip to content

Commit d050baf

Browse files
committed
Do all the publish stuff at once
1 parent 9ec967e commit d050baf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010

1111

1212
if sys.argv[-1] == 'publish':
13-
os.system('python setup.py register sdist upload')
14-
os.system('python setup.py register bdist_wheel upload')
13+
os.system('python setup.py register sdist bdist_wheel upload')
1514
sys.exit()
1615

1716

0 commit comments

Comments
 (0)