Update naming for package on PyPI
Some checks failed
Release workflow / single_test (3.13.3) (push) Successful in 10s
Gitea Actions Demo / build_test (3.13.3) (push) Successful in 9s
Release workflow / Build wheels for PyPI (push) Failing after 2s
Release workflow / Upload release to PyPI (push) Has been skipped
Gitea Actions Demo / release-test (push) Successful in 2s

Add workflow for publishing
This commit is contained in:
Jakob Lass
2025-04-11 15:32:10 +02:00
parent d92c8f1ea9
commit c5f395b846
5 changed files with 79 additions and 3 deletions

View File

@ -3,6 +3,14 @@ AMBER
## Quick Installation
For the latest published version install through
```
python -m pip AMBER-ds4ms
```
For the latest nighly version
```
python -m pip install git+https://gitea.psi.ch/lass_j/AMBER.git@main
```