Skip to content

Commit

Permalink
Merge pull request #46 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 6f499ee + bf9f3a1 commit 4446744
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/publish_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,15 +68,10 @@ jobs:
run: poetry publish

bump:
name: Bump to dev version
name: Bump to (next) dev version
runs-on: ubuntu-latest
needs: publish
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
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.1a6"
version = "0.7.1a7"
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 4446744

Please sign in to comment.