Skip to content

Commit 0e9b8f9

Browse files
committed
github actions cibw: unpin to just minor version tag, not the full patch number
1 parent 18c67e3 commit 0e9b8f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
# platforms: all
4545

4646
- name: Build wheels
47-
uses: pypa/[email protected].0
47+
uses: pypa/[email protected]
4848
env:
4949
CIBW_BUILD: ${{ matrix.build }}
5050
CIBW_MANYLINUX_X86_64_IMAGE: quay.io/pypa/${{ matrix.image }}
@@ -100,7 +100,7 @@ jobs:
100100
ref: ${{ github.event.client_payload.ref }}
101101

102102
- name: Build wheels
103-
uses: pypa/[email protected].0
103+
uses: pypa/[email protected]
104104

105105
- uses: actions/upload-artifact@v4
106106
with:

0 commit comments

Comments
 (0)