We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 164676f commit 6043f16Copy full SHA for 6043f16
RELEASE.md
@@ -4,7 +4,8 @@ To release:
4
* Update contributors in `README.md`
5
* Update version in `setup.py`
6
* `git push origin master`
7
-* Create/activate virtualenv: `pip install twine`
+* Create/activate virtualenv, and `pip install twine`
8
+ * **MUST** be Python 3.7 or later!
9
* `python setup.py bdist_wheel --universal`
10
* `twine upload dist/$(ls -tr dist/ | tail -1)`
11
* Create Github release, named as version
0 commit comments