Skip to content

Commit 829ddae

Browse files
committed
Add wheel format to distribution
Fixes daviddrysdale#81
1 parent c8d0a17 commit 829ddae

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

python/setup.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[bdist_wheel]
2+
universal = 1

tools/python/README

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,6 @@ Release Procedure
136136
- Push the tag to Github with:
137137
git push <github-remote> release-<version>
138138
- Push the package to PyPI with:
139-
cd python && setup.py sdist upload
139+
cd python && setup.py sdist bdist_wheel upload
140140
- Push the lite package to PyPI with:
141-
cd python && setup.py lite sdist upload
141+
cd python && setup.py lite sdist bdist_wheel upload

0 commit comments

Comments
 (0)