Skip to content

Commit

Permalink
Merge pull request #47 from teutoburg/releaseflow
Browse files Browse the repository at this point in the history
Finally fix workflow
  • Loading branch information
teutoburg authored Jan 6, 2024
2 parents 4446744 + 30c5538 commit 346316a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
maintainers = ["teutoburg <[email protected]>"]
Expand Down

0 comments on commit 346316a

Please sign in to comment.