File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5151 - name : Build a binary wheel and a source tarball
5252 run : uv build
5353 - name : Store the distribution packages
54- uses : actions/upload-artifact@v6
54+ uses : actions/upload-artifact@v7
5555 with :
5656 name : python-package-distributions
5757 path : dist/
7171
7272 steps :
7373 - name : Download all the dists
74- uses : actions/download-artifact@v7
74+ uses : actions/download-artifact@v8
7575 with :
7676 name : python-package-distributions
7777 path : dist/
9292
9393 steps :
9494 - name : Download all the dists
95- uses : actions/download-artifact@v7
95+ uses : actions/download-artifact@v8
9696 with :
9797 name : python-package-distributions
9898 path : dist/
@@ -137,7 +137,7 @@ jobs:
137137
138138 steps :
139139 - name : Download all the dists
140- uses : actions/download-artifact@v7
140+ uses : actions/download-artifact@v8
141141 with :
142142 name : python-package-distributions
143143 path : dist/
You can’t perform that action at this time.
0 commit comments