From 5ef8161ce24f2972de6051d8728b7657ddff029a Mon Sep 17 00:00:00 2001 From: teutoburg Date: Sat, 6 Jan 2024 07:25:27 +0100 Subject: [PATCH 1/3] Bumping version from 0.7.1a6 to 0.7.1a7 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 06d3e25..eec503b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "prepipy" -version = "0.7.1a6" +version = "0.7.1a7" description = "Provides the ability to stretch and combine astronomical images from multiple bands into (RGB) colour images." authors = ["Fabian Haberhauer "] maintainers = ["teutoburg "] From e070096a7d4f1f8369e8d55de4f9bbcee1322191 Mon Sep 17 00:00:00 2001 From: teutoburg Date: Sat, 6 Jan 2024 07:25:45 +0100 Subject: [PATCH 2/3] GitHub works in mysterious ways... --- .github/workflows/publish_pypi.yml | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/.github/workflows/publish_pypi.yml b/.github/workflows/publish_pypi.yml index 75d2751..2539a77 100644 --- a/.github/workflows/publish_pypi.yml +++ b/.github/workflows/publish_pypi.yml @@ -68,15 +68,10 @@ jobs: run: poetry publish bump: - name: Bump to dev version + name: Bump to (next) dev version runs-on: ubuntu-latest needs: publish if: needs.publish.result == 'success' - steps: - - name: Checkout code - uses: actions/checkout@v4 - - - name: Bump to (next) dev version - uses: ./.github/workflows/bump.yml - with: - rule: prerelease + uses: ./.github/workflows/bump.yml + with: + rule: prerelease From bf9f3a165429d0b5a855c719eec116c1197de878 Mon Sep 17 00:00:00 2001 From: teutoburg Date: Sat, 6 Jan 2024 07:30:40 +0100 Subject: [PATCH 3/3] InDeNtAtIoN --- .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 2539a77..33dcd37 100644 --- a/.github/workflows/publish_pypi.yml +++ b/.github/workflows/publish_pypi.yml @@ -73,5 +73,5 @@ jobs: needs: publish if: needs.publish.result == 'success' uses: ./.github/workflows/bump.yml - with: - rule: prerelease + with: + rule: prerelease