File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed 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@v5
2626 with :
2727 name : python-package-distributions
2828 path : dist/
4242
4343 steps :
4444 - name : Download all the dists
45- uses : actions/download-artifact@v5
45+ uses : actions/download-artifact@v6
4646 with :
4747 name : python-package-distributions
4848 path : dist/
@@ -63,12 +63,12 @@ jobs:
6363
6464 steps :
6565 - name : Download all the dists
66- uses : actions/download-artifact@v5
66+ uses : actions/download-artifact@v6
6767 with :
6868 name : python-package-distributions
6969 path : dist/
7070 - name : Sign the dists with Sigstore
71- uses : sigstore/gh-action-sigstore-python@v3.0.1
71+ uses : sigstore/gh-action-sigstore-python@v3.1.0
7272 with :
7373 inputs : >-
7474 ./dist/*.tar.gz
You can’t perform that action at this time.
0 commit comments