Skip to content

Commit

Permalink
Merge pull request #45 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 442074f + e72f503 commit 6f499ee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/publish_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.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 <[email protected]>"]
maintainers = ["teutoburg <[email protected]>"]
Expand Down

0 comments on commit 6f499ee

Please sign in to comment.