Skip to content

Commit 2e13cca

Browse files
committed
Update prerelease tag on correct workflow.
1 parent 4a15057 commit 2e13cca

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
@@ -51,11 +51,6 @@ jobs:
5151
with:
5252
name: wheels-binary-${{ matrix.os }}-${{ matrix.target }}
5353
path: dist
54-
- if: github.ref == 'refs/heads/main'
55-
name: update prerelease tag
56-
uses: EndBug/[email protected]
57-
with:
58-
ref: "prerelease"
5954

6055
sdist:
6156
runs-on: ubuntu-latest
@@ -85,7 +80,10 @@ jobs:
8580
pattern: wheels-*
8681
merge-multiple: true
8782
path: wheels
88-
83+
- name: update prerelease tag
84+
uses: EndBug/[email protected]
85+
with:
86+
ref: "prerelease"
8987
- name: GitHub release
9088
uses: ncipollo/[email protected]
9189
with:

0 commit comments

Comments
 (0)