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 1010 fetch-depth : 0
1111 fetch-tags : true
1212 - name : Set up Python
13- uses : actions/setup-python@v4
13+ uses : actions/setup-python@v5
1414 with :
15- python-version : " 3.x "
15+ python-version : " 3.12 "
1616 - name : Install pypa/build
1717 run : >-
1818 python3 -m
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@v3
25+ uses : actions/upload-artifact@v4
2626 with :
2727 name : python-package-distributions
2828 path : dist/
3838 id-token : write # IMPORTANT: mandatory for trusted publishing
3939 steps :
4040 - name : Download all the dists
41- uses : actions/download-artifact@v3
41+ uses : actions/download-artifact@v4
4242 with :
4343 name : python-package-distributions
4444 path : dist/
You can’t perform that action at this time.
0 commit comments