-
Notifications
You must be signed in to change notification settings - Fork 4
Publish
Philipp Niedermayer edited this page Feb 15, 2024
·
23 revisions
Publication to PyPI is automated via GitHub actions. The workflow is triggered by version tags.
- Make sure all documentation is up-to-date: re-run and commit the example notebooks which serve as documentation
- Update the version string in
xplt/__init__.py
- Push and make sure all checks pass (CI failures will not prevent releasing to PyPI!)
- Create a tag in the form
v0.0.0
with matching version number (including trailing zeros). This can conveniently be done by creating a release on GitHub. - When the tag is created, the release action will be triggered and automatically publish the package and documentation