9898 sccache : ${{ !startsWith(github.ref, 'refs/tags/') }}
9999 manylinux : auto
100100 - name : Upload wheels
101- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
101+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
102102 with :
103103 name : wheels-linux-${{ matrix.platform.target }}
104104 path : dist
@@ -125,7 +125,7 @@ jobs:
125125 sccache : ${{ !startsWith(github.ref, 'refs/tags/') }}
126126 manylinux : musllinux_1_2
127127 - name : Upload wheels
128- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
128+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
129129 with :
130130 name : wheels-musllinux-${{ matrix.platform.target }}
131131 path : dist
@@ -150,7 +150,7 @@ jobs:
150150 args : --release --out dist --find-interpreter
151151 sccache : ${{ !startsWith(github.ref, 'refs/tags/') }}
152152 - name : Upload wheels
153- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
153+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
154154 with :
155155 name : wheels-windows-${{ matrix.platform.target }}
156156 path : dist
@@ -176,7 +176,7 @@ jobs:
176176 args : --release --out dist --find-interpreter
177177 sccache : ${{ !startsWith(github.ref, 'refs/tags/') }}
178178 - name : Upload wheels
179- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
179+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
180180 with :
181181 name : wheels-macos-${{ matrix.platform.target }}
182182 path : dist
@@ -192,7 +192,7 @@ jobs:
192192 command : sdist
193193 args : --out dist
194194 - name : Upload sdist
195- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
195+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
196196 with :
197197 name : wheels-sdist
198198 path : dist/*.tar.gz
@@ -326,7 +326,7 @@ jobs:
326326 python -I "$(command -v mike)" set-default "$MIKE_VERSION"
327327
328328 - name : Upload site
329- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
329+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
330330 with :
331331 name : docs-site
332332 path : site/
@@ -470,4 +470,4 @@ jobs:
470470 merge-multiple : true
471471
472472 - name : Publish the Python distribution to PyPI
473- uses : pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13 .0
473+ uses : pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14 .0
0 commit comments