-
Notifications
You must be signed in to change notification settings - Fork 7
Publish
Philipp Niedermayer edited this page Jan 20, 2025
·
23 revisions
Publication to PyPI is automated via GitHub actions and triggered via merging to the main branch
Please make sure the example notebooks used for documentation are up-to-date, since they are deployed as-is.
- Have a PR into
mainfor which- The bugfix number of the
__version__string inxplt/__init__.pyis incremented - CI passes
- The bugfix number of the
- Merge the PR 🚀
- Update the GitHub release to mention the bugfix
- Have a PR into
mainfor which- The minor or major number of the
__version__string inxplt/__init__.pyis incremented - CI passes
- The minor or major number of the
- Create a branch
main-*frommainfor future bug fixing of the previous version (e.g.main-1.2when releasing 1.3.0) - Merge the PR 🚀
- Create a GitHub release documenting the changes and additions to the previous version
🚀 Merging a PR into main will trigger CI to do the following:
- CI creates a matching tag via the Release trigger workflow
- CI builds and publishes the package to test.pypi.org
- CI builds the documentation and pushes it to the
gh-pagesbranch, from where it is published on GitHub Pages - CI publishes the package to pypi.org