File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 - name : Build a binary wheel and a source tarball
2323 run : python3 -m build
2424 - name : Store the distribution packages
25- uses : actions/upload-artifact@v4
25+ uses : actions/upload-artifact@v6
2626 with :
2727 name : python-package-distributions
2828 path : dist/
4040
4141 steps :
4242 - name : Download all the dists
43- uses : actions/download-artifact@v5
43+ uses : actions/download-artifact@v7
4444 with :
4545 name : python-package-distributions
4646 path : dist/
5858
5959 steps :
6060 - name : Download all the dists
61- uses : actions/download-artifact@v5
61+ uses : actions/download-artifact@v7
6262 with :
6363 name : python-package-distributions
6464 path : dist/
9292
9393 steps :
9494 - name : Download all the dists
95- uses : actions/download-artifact@v5
95+ uses : actions/download-artifact@v7
9696 with :
9797 name : python-package-distributions
9898 path : dist/
You can’t perform that action at this time.
0 commit comments