File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 3030 python-version : " ${{ fromJSON(needs.py-versions.outputs.matrix)[0] }}"
3131
3232 - uses : WIPACrepo/wipac-dev-py-build-action@main
33+ with :
34+ output-dir : dist/
3335
34- - name : Upload dist/ artifact
35- uses : actions/upload-artifact@v4
36+ - uses : actions/upload-artifact@v4
3637 with :
3738 name : dist
3839 path : dist/
4142 needs : [ py-build ]
4243 runs-on : ubuntu-latest
4344 steps :
44- - name : Download dist/ artifact
45- uses : actions/download-artifact@v4
45+ - uses : actions/download-artifact@v4
4646 with :
4747 name : dist
4848 path : dist/
5858 needs : [ py-build ]
5959 runs-on : ubuntu-latest
6060 steps :
61- - name : Download dist/ artifact
62- uses : actions/download-artifact@v4
61+ - uses : actions/download-artifact@v4
6362 with :
6463 name : dist
6564 path : dist/
You can’t perform that action at this time.
0 commit comments