File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 7878 fi
7979
8080 - name : Upload build artifacts
81- uses : actions/upload-artifact@v7
81+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
8282 with :
8383 name : dist
8484 path : dist/
@@ -97,12 +97,12 @@ jobs:
9797 id-token : write
9898 steps :
9999 - name : Download build artifacts
100- uses : actions/download-artifact@v8
100+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8
101101 with :
102102 name : dist
103103 path : dist/
104104
105105 - name : Publish to PyPI
106- uses : pypa/gh-action-pypi-publish@release/v1
106+ uses : pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # release/v1
107107 with :
108108 print-hash : true
Original file line number Diff line number Diff line change @@ -239,7 +239,7 @@ jobs:
239239 run : uv build
240240
241241 - name : Upload artifacts
242- uses : actions/upload-artifact@v7
242+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
243243 with :
244244 name : dist
245245 path : dist/
You can’t perform that action at this time.
0 commit comments