4040 with :
4141 persist-credentials : false
4242 - name : Install uv
43- uses : astral-sh/setup-uv@4959332f0f014c5280e7eac8b70c90cb574c9f9b # v5
43+ uses : astral-sh/setup-uv@557e51de59eb14aaaba2ed9621916900a91d50c6 # v5
4444 with :
45- enable-cache : true
4645 python-version : ${{ env.PYTHON_VERSION }}
47- cache-dependency-glob : " ${{ inputs.working-directory }}/uv.lock"
4846
4947 # We want to keep this build stage *separate* from the release stage,
5048 # so that there's no sharing of permissions between them.
@@ -110,7 +108,7 @@ jobs:
110108 # used in the real world.
111109
112110 - name : Install uv
113- uses : astral-sh/setup-uv@4959332f0f014c5280e7eac8b70c90cb574c9f9b # v5
111+ uses : astral-sh/setup-uv@557e51de59eb14aaaba2ed9621916900a91d50c6 # v5
114112 with :
115113 python-version : ${{ env.PYTHON_VERSION }}
116114
@@ -211,19 +209,17 @@ jobs:
211209 persist-credentials : false
212210
213211 - name : Install uv
214- uses : astral-sh/setup-uv@4959332f0f014c5280e7eac8b70c90cb574c9f9b # v5
212+ uses : astral-sh/setup-uv@557e51de59eb14aaaba2ed9621916900a91d50c6 # v5
215213 with :
216- enable-cache : true
217214 python-version : ${{ env.PYTHON_VERSION }}
218- cache-dependency-glob : " ${{ inputs.working-directory }}/uv.lock"
219215
220216 - uses : actions/download-artifact@v5
221217 with :
222218 name : dist
223219 path : ${{ inputs.working-directory }}/dist/
224220
225221 - name : Publish package distributions to PyPI
226- uses : pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # release/v1
222+ uses : pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # release/v1
227223 with :
228224 packages-dir : ${{ inputs.working-directory }}/dist/
229225 verbose : true
@@ -252,7 +248,7 @@ jobs:
252248 with :
253249 persist-credentials : false
254250 - name : Install uv
255- uses : astral-sh/setup-uv@4959332f0f014c5280e7eac8b70c90cb574c9f9b # v5
251+ uses : astral-sh/setup-uv@557e51de59eb14aaaba2ed9621916900a91d50c6 # v5
256252 with :
257253 enable-cache : true
258254 python-version : ${{ env.PYTHON_VERSION }}
@@ -264,7 +260,7 @@ jobs:
264260 path : ${{ inputs.working-directory }}/dist/
265261
266262 - name : Create Release
267- uses : ncipollo/release-action@bcfe5470707e8832e12347755757cec0eb3c22af # v1
263+ uses : ncipollo/release-action@b7eabc95ff50cbeeedec83973935c8f306dfcd0b # v1
268264 id : create-release
269265 with :
270266 artifacts : " ${{ inputs.working-directory }}/dist/*"
0 commit comments