We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3db7d83 commit c46bf11Copy full SHA for c46bf11
CONTRIBUTING.md
@@ -174,6 +174,8 @@ Step by step guide on releasing new version of Emukit. Mostly useful for project
174
1. Update changelog file with most relevant changes since the last release
175
1. Update `emukit/__version__.py` with new version
176
1. Add both files and commit them with the message "Release <version>"
177
+1. Create new git tag with `git tag <version>`
178
+1. Push tag to GitHub with `git push origin --tags`
179
1. Create new venv and install two packages: `build` and `twine`
180
1. Generate new build with `python -m build --sdist --wheel`
181
1. Ensure your PyPI creds are available in `~/.pypirc`
0 commit comments