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 2727 - name : Build a binary wheel and a source tarball
2828 run : python3 -m hatchling build
2929 - name : Store the distribution packages
30- uses : actions/upload-artifact@v3
30+ uses : actions/upload-artifact@v4
3131 with :
3232 name : python-package-distributions
3333 path : dist/
4545
4646 steps :
4747 - name : Download all the dists
48- uses : actions/download-artifact@v3
48+ uses : actions/download-artifact@v4
4949 with :
5050 name : python-package-distributions
5151 path : dist/
6464
6565 steps :
6666 - name : Download all the dists
67- uses : actions/download-artifact@v3
67+ uses : actions/download-artifact@v4
6868 with :
6969 name : python-package-distributions
7070 path : dist/
7373 echo "SGPT_VERSION=$(find dist -type f -name '*.tar.gz' | grep -oP '\d+.\d+.\d+')" >> $GITHUB_ENV
7474 echo "Release version $SGPT_VERSION"
7575 - name : Sign the dists with Sigstore
76- uses : sigstore/gh-action-sigstore-python@v1.2.3
76+ uses : sigstore/gh-action-sigstore-python@v3.0.0
7777 with :
7878 inputs : >-
7979 ./dist/*.tar.gz
You can’t perform that action at this time.
0 commit comments