Benjamin Labrecque d0c4ba041a
Publish release to Gitea Packages / run (push) Failing after 8s
chore: bump version
2026-07-27 13:13:17 +02:00
2026-07-27 13:12:46 +02:00
2026-07-22 16:09:46 +02:00
2026-07-27 13:13:17 +02:00

OM

SLS-2 Online Model for beam dynamics

Installation

pip install --index-url https://gitea.psi.ch/api/packages/sls/pypi/simple/ --extra-index-url https://pypi.org/simple sls2om

Publish a new version of this package

  1. Create changes in the code
  2. Bump the version in pyproject.toml -- try to follow https://semver.org/
  3. If you added new dependencies, add them to pyproject.toml
  4. Add a git tag with the version you specified in pyproject.toml:
    • git tag v<version>, for example: git tag v0.3.0
  5. 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

S
Description
SLS-2 Online Model for beam dynamics
Readme
272 KiB
Languages
Python 100%