Skip to content

Commit

Permalink
Merge pull request #48 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 346316a + 996fdb9 commit e8376bc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ github.ref_name }}

- name: Set up Python
uses: actions/setup-python@v4
Expand All @@ -56,7 +58,7 @@ jobs:
- name: Set up Poetry
uses: abatilo/actions-poetry@v2
with:
poetry-version: "1.7.0"
poetry-version: "1.7.1"

- name: Bump package Version using Poetry
id: bumping
Expand Down
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.1a8"
version = "0.7.1a9"
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 e8376bc

Please sign in to comment.