Skip to content

Commit 6043f16

Browse files
author
Kurt Yoder
committed
Only release with Python 3.7+
See issue #79
1 parent 164676f commit 6043f16

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

RELEASE.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ To release:
44
* Update contributors in `README.md`
55
* Update version in `setup.py`
66
* `git push origin master`
7-
* Create/activate virtualenv: `pip install twine`
7+
* Create/activate virtualenv, and `pip install twine`
8+
* **MUST** be Python 3.7 or later!
89
* `python setup.py bdist_wheel --universal`
910
* `twine upload dist/$(ls -tr dist/ | tail -1)`
1011
* Create Github release, named as version

0 commit comments

Comments
 (0)