Skip to content

Commit 6d9606c

Browse files
committed
Revert "Update prerelease tag on correct workflow."
This reverts commit 2e13cca.
1 parent 2e13cca commit 6d9606c

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/python.yaml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,11 @@ 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"
5459

5560
sdist:
5661
runs-on: ubuntu-latest
@@ -80,10 +85,7 @@ jobs:
8085
pattern: wheels-*
8186
merge-multiple: true
8287
path: wheels
83-
- name: update prerelease tag
84-
uses: EndBug/[email protected]
85-
with:
86-
ref: "prerelease"
88+
8789
- name: GitHub release
8890
uses: ncipollo/[email protected]
8991
with:

0 commit comments

Comments
 (0)