File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1212 steps :
1313 - uses : actions/checkout@v4
1414 - name : Set up Python
15- uses : actions/setup-python@v4
15+ uses : actions/setup-python@v5
1616 with :
1717 python-version : " 3.x"
1818 - name : Install pypa/build
2424 - name : Build a binary wheel and a source tarball
2525 run : python3 -m build
2626 - name : Store the distribution packages
27- uses : actions/upload-artifact@v3
27+ uses : actions/upload-artifact@v4
2828 with :
2929 name : python-package-distributions
3030 path : dist/
4242 id-token : write # IMPORTANT: mandatory for trusted publishing
4343 steps :
4444 - name : Download all the dists
45- uses : actions/download-artifact@v3
45+ uses : actions/download-artifact@v4
4646 with :
4747 name : python-package-distributions
4848 path : dist/
You can’t perform that action at this time.
0 commit comments