You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Bump up the version number in [`setup.py`](./setup.py), e.g. `0.7.0`
29
+
2. Fill the [`CHANGELOG.md`](./CHANGELOG.md)
30
+
3. Create a new tag starting with `v`, e.g. `v0.7.5` (see `.github/workflows/publish-pypi.yml`)
31
+
32
+
## Release a new version without GitHub ##
29
33
30
34
1. Ensure you have [setup GPG](https://help.github.com/en/articles/generating-a-new-gpg-key) and [`twine`](https://pypi.org/project/twine/)
31
35
2. Bump up the version number in [`setup.py`](./setup.py), e.g. `0.7.0`
0 commit comments