We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b930ab5 commit 98f17ddCopy full SHA for 98f17dd
.github/workflows/build.yml
@@ -22,9 +22,9 @@ jobs:
22
- windows-latest
23
runs-on: ${{ matrix.runs-on }}
24
steps:
25
- - uses: actions/checkout@v5
26
- - uses: pypa/[email protected]
27
- - uses: actions/upload-artifact@v4
+ - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
+ - uses: pypa/cibuildwheel@7940a4c0e76eb2030e473a5f864f291f63ee879b # v2.21.3
+ - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
28
with:
29
name: wheel-s2geometry-${{ matrix.runs-on }}
30
path: ./wheelhouse/*.whl
0 commit comments