Skip to content

Commit 32d50d6

Browse files
committed
github actions cibw: unpin to just minor version tag, not the full patch number
1 parent 54af235 commit 32d50d6

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
@@ -43,7 +43,7 @@ jobs:
4343
# platforms: all
4444

4545
- name: Build wheels
46-
uses: pypa/[email protected].0
46+
uses: pypa/[email protected]
4747
env:
4848
CIBW_BUILD: ${{ matrix.build }}
4949
CIBW_MANYLINUX_X86_64_IMAGE: quay.io/pypa/${{ matrix.image }}
@@ -103,7 +103,7 @@ jobs:
103103
ref: ${{ github.event.client_payload.ref }}
104104

105105
- name: Build wheels
106-
uses: pypa/[email protected].0
106+
uses: pypa/[email protected]
107107

108108
- uses: actions/upload-artifact@v4
109109
with:

0 commit comments

Comments
 (0)