We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 291ae49 commit 86b135fCopy full SHA for 86b135f
RELEASE.md
@@ -7,6 +7,6 @@ To release:
7
* `git push origin master`
8
* Create/activate virtualenv, and `pip install twine`
9
* **MUST** be Python 3.7 or later!
10
-* `python setup.py bdist_wheel --universal`
+* `python setup.py bdist_wheel`
11
* `twine upload dist/$(ls -tr dist/ | tail -1)`
12
* Create Github release, named as version
0 commit comments