From 25f8708b4ccb0fcb02001492a77962483cb3fdfc Mon Sep 17 00:00:00 2001 From: Artur Glavic Date: Fri, 13 Dec 2024 15:57:12 +0100 Subject: [PATCH] re-bump version, make release dependent on windows build --- .github/workflows/release.yml | 2 +- libeos/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d252a54..93df81a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -81,7 +81,7 @@ jobs: release: if: github.event_name != 'workflow_dispatch' runs-on: ubuntu-latest - needs: [build-ubuntu-latest] + needs: [build-ubuntu-latest, build-windows] steps: - uses: actions/checkout@v4 - uses: actions/download-artifact@v4 diff --git a/libeos/__init__.py b/libeos/__init__.py index e817279..7ab4dc8 100644 --- a/libeos/__init__.py +++ b/libeos/__init__.py @@ -2,5 +2,5 @@ Package to handle data redction at AMOR instrument to be used by eos.py script. """ -__version__ = '2.1.3' +__version__ = '2.1.4' __date__ = '2024-12-13'