From 5cbaf8326219be8a3107faaf4b035de427a72ea4 Mon Sep 17 00:00:00 2001 From: Artur Glavic Date: Mon, 2 Mar 2026 10:22:22 +0100 Subject: [PATCH] remove all tag stuff to test if release still works --- .github/workflows/release.yml | 4 ++-- update.md | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3b299ce..e1dc05c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -80,7 +80,7 @@ jobs: uses: actions/gitea-release-action@v1 with: #name: "Amor-Eos ${{ env.RELEASE_TAG }}" - tag_name: ${{ env.RELEASE_TAG }} + #tag_name: ${{ env.RELEASE_TAG }} files: |- dist/amor*.tar.gz @@ -131,5 +131,5 @@ jobs: uses: actions/gitea-release-action@v1 with: #name: "Amor-Eos ${{ env.RELEASE_TAG }}" - tag_name: ${{ env.RELEASE_TAG }} + #tag_name: ${{ env.RELEASE_TAG }} #body: ${{ env.RELEASE_NOTE }} diff --git a/update.md b/update.md index 954e27d..f058786 100644 --- a/update.md +++ b/update.md @@ -3,8 +3,9 @@ Make new release - Update revision in `eos/__init__.py` - Commit changes `git commit -a -m "your message here"` -- Push changes `git push` and `git push --tags` -- Use the **Release** action on Gitea with option "all_incl_release", that builds a new version and uploads it to PyPI. +- 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