We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ded70fe commit a822be2Copy full SHA for a822be2
.github/workflows/emscripten.yaml
@@ -22,7 +22,7 @@ jobs:
22
submodules: true
23
fetch-depth: 0
24
25
- - uses: pypa/cibuildwheel@v2.22
+ - uses: pypa/cibuildwheel@v2.23
26
env:
27
PYODIDE_BUILD_EXPORTS: whole_archive
28
with:
.github/workflows/pip.yml
@@ -103,7 +103,7 @@ jobs:
103
- uses: actions/download-artifact@v4
104
105
- name: Generate artifact attestation for sdist and wheel
106
- uses: actions/attest-build-provenance@520d128f165991a6c774bcb264f323e3d70747f4 # v2.2.0
+ uses: actions/attest-build-provenance@bd77c077858b8d561b7a36cbe48ef4cc642ca39d # v2.2.2
107
108
subject-path: "*/pybind11*"
109
0 commit comments