2f740a0d59e83a01c5d7e6e91419ac064eaff7de
OM
SLS-2 Online Model for beam dynamics
Publish a new version of this package
- Create changes in the code
- Bump the version in
pyproject.toml-- try to followhttps://semver.org/ - Add a git tag with the version you specified in
pyproject.toml:git tag v<version>, for example:git tag v0.3.0
- Push the git tag:
git push origin tag v<version>, for example:git push origin tag v0.3.0
The actions in .gitea/workflows/release.yml will then be triggered and publish the new release to https://gitea.psi.ch/sls/OM/packages
Languages
Python
100%