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 4ea36bd commit 0cadae2Copy full SHA for 0cadae2
.github/workflows/cd.yml
@@ -46,7 +46,7 @@ jobs:
46
needs: [build_wheels, build_sdist]
47
runs-on: ubuntu-24.04
48
steps:
49
- - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4
+ - uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4
50
with:
51
pattern: cibw-*
52
path: dist
@@ -66,7 +66,7 @@ jobs:
66
if: github.event_name == 'release' && github.event.action == 'published'
67
68
69
70
71
72
0 commit comments