Skip to content

Commit ba10dd1

Browse files
committed
Publish with wheel
As the `Makefile` contains `bdist_wheel`, I presume that "python setup.py publish" is used to make releases (because there is no wheel on PyPI for this version). This ensures that, regardless of which command is used to make a release, that a wheel is available to download.
1 parent ae3ca7b commit ba10dd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
VERSION = '14.05.14'
1010

1111
if sys.argv[-1] == 'publish':
12-
os.system('python setup.py sdist upload')
12+
os.system('python setup.py sdist bdist_wheel upload')
1313
sys.exit()
1414

1515
required = []

0 commit comments

Comments
 (0)