We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f5f4c2 commit 30919ecCopy full SHA for 30919ec
1 file changed
README.md
@@ -49,16 +49,9 @@ nosetests
49
## Release a New Version
50
51
1. Edit `changelog` and `setup.py` (`version`).
52
-2. Commit them and add a new tag. Then publish a new release at GitHub.
53
-3. Publish the package at PyPI with following commands:
54
-
55
-```sh
56
-python3 -m pip install --user --upgrade setuptools wheel
57
-rm -rf dist
58
-python3 setup.py sdist bdist_wheel
59
-python3 -m pip install --user --upgrade twine
60
-twine upload dist/*
61
-```
+2. Commit them and send a pull request.
+3. The maintainer will review and merge the pull request, then create a new release at GitHub web UI.
+4. A new version of the package will be published to PyPI automatically (via GitHub Actions).
62
63
## License
64
0 commit comments