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 2323 - name : Build a binary wheel and a source tarball
2424 run : python3 -m build
2525 - name : Store the distribution packages
26- uses : actions/upload-artifact@v3
26+ uses : actions/upload-artifact@v4
2727 with :
2828 name : python-package-distributions
2929 path : dist/
@@ -36,14 +36,14 @@ jobs:
3636
3737 environment :
3838 name : testpypi
39- url : https://test.pypi.org/p/example_package_samuelhomberg
39+ url : https://test.pypi.org/p/example_package_samuelhomberg2
4040
4141 permissions :
4242 id-token : write # IMPORTANT: mandatory for trusted publishing
4343
4444 steps :
4545 - name : Download all the dists
46- uses : actions/download-artifact@v3
46+ uses : actions/download-artifact@v4
4747 with :
4848 name : python-package-distributions
4949 path : dist/
6666
6767 steps :
6868 - name : Download all the dists
69- uses : actions/download-artifact@v3
69+ uses : actions/download-artifact@v4
7070 with :
7171 name : python-package-distributions
7272 path : dist/
You can’t perform that action at this time.
0 commit comments