From 766e1e13f72363e5f7c41be7830fd2451f1e8439 Mon Sep 17 00:00:00 2001 From: teutoburg Date: Sat, 6 Jan 2024 06:47:23 +0100 Subject: [PATCH 1/2] Bumping version from 0.7.1a5 to 0.7.1a6 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bbb8b67..06d3e25 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "prepipy" -version = "0.7.1a5" +version = "0.7.1a6" description = "Provides the ability to stretch and combine astronomical images from multiple bands into (RGB) colour images." authors = ["Fabian Haberhauer "] maintainers = ["teutoburg "] From e72f503e71bf3788f9e3d57eac2b89ec6e76d780 Mon Sep 17 00:00:00 2001 From: teutoburg Date: Sat, 6 Jan 2024 06:47:56 +0100 Subject: [PATCH 2/2] Forgot to checkout --- .github/workflows/publish_pypi.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/publish_pypi.yml b/.github/workflows/publish_pypi.yml index 513d4b5..75d2751 100644 --- a/.github/workflows/publish_pypi.yml +++ b/.github/workflows/publish_pypi.yml @@ -74,6 +74,9 @@ jobs: 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