All checks were successful
Unit Testing / test (3.10) (pull_request) Successful in 53s
Unit Testing / test (3.11) (pull_request) Successful in 54s
Unit Testing / test (3.12) (pull_request) Successful in 56s
Unit Testing / test (3.8) (pull_request) Successful in 54s
Unit Testing / test (3.9) (pull_request) Successful in 57s
17 lines
649 B
Markdown
17 lines
649 B
Markdown
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**](https://gitea.psi.ch/sinq-reflectometry/eos/actions?workflow=release.yml&actor=0&status=0) 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`
|