From 2eb5015841b7df309b9ff23722deb53c79817aeb Mon Sep 17 00:00:00 2001 From: teutoburg Date: Sun, 7 Jan 2024 00:03:01 +0100 Subject: [PATCH 1/2] Bumping version from 0.7.1a10 to 0.7.1a11 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a2aa30e..c777add 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "prepipy" -version = "0.7.1a10" +version = "0.7.1a11" description = "Provides the ability to stretch and combine astronomical images from multiple bands into (RGB) colour images." authors = ["Fabian Haberhauer "] maintainers = ["teutoburg "] From 3bfa48a55123973bc52718d6583b71ec645188a9 Mon Sep 17 00:00:00 2001 From: teutoburg Date: Sun, 7 Jan 2024 00:03:15 +0100 Subject: [PATCH 2/2] Maybe this will do it --- .github/workflows/bump.yml | 3 --- .github/workflows/publish_pypi.yml | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/bump.yml b/.github/workflows/bump.yml index 43d32bf..05b657f 100644 --- a/.github/workflows/bump.yml +++ b/.github/workflows/bump.yml @@ -47,9 +47,6 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v4 - with: - ref: ${{ github.ref_name }} - fetch-depth: 0 - name: Set up Python uses: actions/setup-python@v4 diff --git a/.github/workflows/publish_pypi.yml b/.github/workflows/publish_pypi.yml index 2c1299e..dd825a8 100644 --- a/.github/workflows/publish_pypi.yml +++ b/.github/workflows/publish_pypi.yml @@ -71,7 +71,7 @@ jobs: name: Bump to (next) dev version needs: publish if: ${{ needs.publish.result == 'success' }} - uses: ./.github/workflows/bump.yml + uses: ./.github/workflows/bump.yml@main secrets: inherit with: rule: prerelease