Skip to content

Commit e23ee82

Browse files
committed
Update prerelease tag on correct workflow.
1 parent 49ce6da commit e23ee82

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/python.yaml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,6 @@ jobs:
5050
with:
5151
name: wheels-binary-${{ matrix.os }}-${{ matrix.target }}
5252
path: dist
53-
- if: github.ref == 'refs/heads/main'
54-
name: update prerelease tag
55-
uses: EndBug/[email protected]
56-
with:
57-
ref: "prerelease"
5853

5954
sdist:
6055
runs-on: ubuntu-latest
@@ -84,7 +79,10 @@ jobs:
8479
pattern: wheels-*
8580
merge-multiple: true
8681
path: wheels
87-
82+
- name: update prerelease tag
83+
uses: EndBug/[email protected]
84+
with:
85+
ref: "prerelease"
8886
- name: GitHub release
8987
uses: ncipollo/[email protected]
9088
with:

0 commit comments

Comments
 (0)