Files
eos/update.md
Artur Glavic 93baf06655
All checks were successful
Unit Testing / test (3.10) (push) Successful in 48s
Unit Testing / test (3.11) (push) Successful in 48s
Unit Testing / test (3.12) (push) Successful in 49s
Unit Testing / test (3.9) (push) Successful in 48s
Unit Testing / test (3.8) (push) Successful in 50s
Fixing release and test actions
Reviewed-on: #2
Co-authored-by: Artur Glavic <artur.glavic@psi.ch>
Co-committed-by: Artur Glavic <artur.glavic@psi.ch>
2026-03-02 12:00:36 +01:00

649 B

Make new release

  • Update revision in eos/__init__.py
  • Commit changes git commit -a -m "your message here"
  • Push changes git push
  • Use the workflow dispatch for Release action on Gitea with option "all_incl_release", that builds a new version, releases it and uploads it to PyPI.

Update on AMOR-DR

  • Login via SSH using the amor-dr user.
  • Activate eos virtual environment source /home/software/virtualenv/eosenv/bin/activate
  • Update eos packge pip install --upgrade amor-eos