|
58 | 58 | - name: Check metadata |
59 | 59 | run: pipx run twine check dist/* |
60 | 60 |
|
61 | | - - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 |
| 61 | + - uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 |
62 | 62 | with: |
63 | 63 | name: cibw-sdist |
64 | 64 | path: dist/*.tar.gz |
@@ -140,7 +140,7 @@ jobs: |
140 | 140 | CIBW_MANYLINUX_X86_64_IMAGE: ${{ matrix.manylinux }} |
141 | 141 | CIBW_BEFORE_BUILD: "pip install sphinx-press-theme" |
142 | 142 |
|
143 | | - - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 |
| 143 | + - uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 |
144 | 144 | with: |
145 | 145 | name: cibw-wheels-${{ matrix.python }}-${{ matrix.manylinux }} |
146 | 146 | path: ./wheelhouse/*.whl |
@@ -199,7 +199,7 @@ jobs: |
199 | 199 | CIBW_MANYLINUX_AARCH64_IMAGE: ${{ matrix.manylinux }} |
200 | 200 | CIBW_BEFORE_BUILD: "pip install sphinx-press-theme" |
201 | 201 |
|
202 | | - - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 |
| 202 | + - uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 |
203 | 203 | with: |
204 | 204 | name: cibw-wheels-${{ matrix.python }}-${{ matrix.manylinux }} |
205 | 205 | path: ./wheelhouse/*.whl |
@@ -256,7 +256,7 @@ jobs: |
256 | 256 | CIBW_ARCHS: ${{ matrix.arch }} |
257 | 257 | CIBW_BEFORE_BUILD: "pip install sphinx-press-theme" |
258 | 258 |
|
259 | | - - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 |
| 259 | + - uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 |
260 | 260 | with: |
261 | 261 | name: cibw-wheels-${{ matrix.python }} |
262 | 262 | path: ./wheelhouse/*.whl |
@@ -309,7 +309,7 @@ jobs: |
309 | 309 | CIBW_ARCHS: ${{ matrix.arch }} |
310 | 310 | CIBW_BEFORE_BUILD: "pip install sphinx-press-theme" |
311 | 311 |
|
312 | | - - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 |
| 312 | + - uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 |
313 | 313 | with: |
314 | 314 | name: cibw-wheels-${{ matrix.python }} |
315 | 315 | path: ./wheelhouse/*.whl |
@@ -362,7 +362,7 @@ jobs: |
362 | 362 | CIBW_ARCHS: ${{ matrix.arch }} |
363 | 363 | CIBW_BEFORE_BUILD: "pip install sphinx-press-theme" |
364 | 364 |
|
365 | | - - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 |
| 365 | + - uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 |
366 | 366 | with: |
367 | 367 | name: cibw-wheels-${{ matrix.python }} |
368 | 368 | path: ./wheelhouse/*.whl |
|
0 commit comments