Skip to content

Commit e4d72ff

Browse files
authored
Merge pull request #50 from teutoburg/releaseflow
Finally fix workflow
2 parents 353acbc + 3bfa48a commit e4d72ff

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

.github/workflows/bump.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,6 @@ jobs:
4747
steps:
4848
- name: Checkout code
4949
uses: actions/checkout@v4
50-
with:
51-
ref: ${{ github.ref_name }}
52-
fetch-depth: 0
5350

5451
- name: Set up Python
5552
uses: actions/setup-python@v4

.github/workflows/publish_pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
name: Bump to (next) dev version
7272
needs: publish
7373
if: ${{ needs.publish.result == 'success' }}
74-
uses: ./.github/workflows/bump.yml
74+
uses: ./.github/workflows/bump.yml@main
7575
secrets: inherit
7676
with:
7777
rule: prerelease

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "prepipy"
3-
version = "0.7.1a10"
3+
version = "0.7.1a11"
44
description = "Provides the ability to stretch and combine astronomical images from multiple bands into (RGB) colour images."
55
authors = ["Fabian Haberhauer <[email protected]>"]
66
maintainers = ["teutoburg <[email protected]>"]

0 commit comments

Comments
 (0)