File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -31,12 +31,12 @@ jobs:
3131
3232 - uses : WIPACrepo/wipac-dev-py-build-action@main
3333 with :
34- output-dir : dist /
34+ output-dir : disto /
3535
3636 - uses : actions/upload-artifact@v4
3737 with :
3838 name : dist
39- path : dist /
39+ path : disto /
4040
4141 github-release :
4242 needs : [ py-build ]
@@ -45,11 +45,11 @@ jobs:
4545 - uses : actions/download-artifact@v4
4646 with :
4747 name : dist
48- path : dist /
48+ path : disto /
4949
5050 - uses : softprops/action-gh-release@v2
5151 with :
52- files : dist /*
52+ files : disto /*
5353 generate_release_notes : true
5454 env :
5555 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
6161 - uses : actions/download-artifact@v4
6262 with :
6363 name : dist
64- path : dist /
64+ path : disto /
6565
6666 - uses : pypa/gh-action-pypi-publish@release/v1
6767 with :
You can’t perform that action at this time.
0 commit comments