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 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 "]