We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 81caf0f + abec3ce commit e40c4cbCopy full SHA for e40c4cb
1 file changed
.github/workflows/cibuildwheel.yml
@@ -82,7 +82,7 @@ jobs:
82
name: "Show artifacts"
83
runs-on: ubuntu-22.04
84
steps:
85
- - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
+ - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
86
with:
87
pattern: pypi-artifacts*
88
path: ${{ github.workspace }}/dist
@@ -101,7 +101,7 @@ jobs:
101
# upload to PyPI for every tag starting with 'v'
102
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/v')
103
104
105
106
107
0 commit comments