Skip to content

Commit 4f3b203

Browse files
committed
use output-dir
1 parent ab91232 commit 4f3b203

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,10 @@ jobs:
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/
@@ -41,8 +42,7 @@ jobs:
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/
@@ -58,8 +58,7 @@ jobs:
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/

0 commit comments

Comments
 (0)