Try to fix release process by waiting on first release action to conclude
Unit Testing / test (3.10) (push) Successful in 53s
Unit Testing / test (3.11) (push) Successful in 54s
Unit Testing / test (3.8) (push) Successful in 57s
Unit Testing / test (3.12) (push) Successful in 57s
Release / test (3.10) (push) Successful in 56s
Unit Testing / test (3.9) (push) Successful in 57s
Release / test (3.11) (push) Successful in 55s
Release / test (3.12) (push) Successful in 57s
Release / test (3.9) (push) Successful in 53s
Release / test (3.8) (push) Successful in 56s
Release / release (push) Successful in 9s
Release / build-ubuntu-latest (push) Failing after 46s
Release / build-windows (push) Successful in 2m31s

This commit is contained in:
2026-07-09 16:32:34 +02:00
parent 738c937f65
commit 3056c7cfea
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -97,6 +97,9 @@ jobs:
twine upload dist/* -u __token__ -p ${{ secrets.PYPI_TOKEN }} --skip-existing
this_tag=$(python -c "import eos;print('v'+eos.__version__)")
echo "RELEASE_TAG=$this_tag" >> $GITHUB_ENV
- name: Sleep 30s
run: |
sleep 30
- name: Update Release
if: ${{ (github.event_name != 'workflow_dispatch') || (contains(fromJson('["all_incl_release"]'), github.event.inputs.build-items)) }}
uses: actions/gitea-release-action@v1
+1 -1
View File
@@ -2,5 +2,5 @@
Package to handle data redction at AMOR instrument to be used by __main__.py script.
"""
__version__ = '3.3.0'
__version__ = '3.3.1'
__date__ = '2026-07-09'