From 0d9e12ba12dccb18a1fdc8044d8e7dfc7ebe18e3 Mon Sep 17 00:00:00 2001 From: teutoburg Date: Sat, 6 Jan 2024 07:42:45 +0100 Subject: [PATCH 1/2] Bumping version from 0.7.1a7 to 0.7.1a8 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index eec503b..62da44a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "prepipy" -version = "0.7.1a7" +version = "0.7.1a8" description = "Provides the ability to stretch and combine astronomical images from multiple bands into (RGB) colour images." authors = ["Fabian Haberhauer "] maintainers = ["teutoburg "] From 30c5538d352b8e4bcb5015c9436cb09c5493d7c6 Mon Sep 17 00:00:00 2001 From: teutoburg Date: Sat, 6 Jan 2024 07:44:06 +0100 Subject: [PATCH 2/2] Truely mysterious --- .github/workflows/publish_pypi.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish_pypi.yml b/.github/workflows/publish_pypi.yml index 33dcd37..2c1299e 100644 --- a/.github/workflows/publish_pypi.yml +++ b/.github/workflows/publish_pypi.yml @@ -69,9 +69,9 @@ jobs: bump: name: Bump to (next) dev version - runs-on: ubuntu-latest needs: publish - if: needs.publish.result == 'success' + if: ${{ needs.publish.result == 'success' }} uses: ./.github/workflows/bump.yml + secrets: inherit with: rule: prerelease