Skip to content

Commit 86b135f

Browse files
author
Kurt Yoder
authored
We don't build --universal
1 parent 291ae49 commit 86b135f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RELEASE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ To release:
77
* `git push origin master`
88
* Create/activate virtualenv, and `pip install twine`
99
* **MUST** be Python 3.7 or later!
10-
* `python setup.py bdist_wheel --universal`
10+
* `python setup.py bdist_wheel`
1111
* `twine upload dist/$(ls -tr dist/ | tail -1)`
1212
* Create Github release, named as version

0 commit comments

Comments
 (0)