Skip to content

Commit 36b041f

Browse files
fixup
1 parent a25b43e commit 36b041f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ jobs:
3232
# working-directory: ${{ inputs.pyproject-directory }}
3333
uses: actions/upload-artifact@v4.6.1
3434
with:
35+
name: dist
3536
path: dist/
37+
if-no-files-found: error
3638

3739
publish:
3840
runs-on: ubuntu-24.04
@@ -44,10 +46,13 @@ jobs:
4446
- name: Download artifacts
4547
# working-directory: ${{ inputs.pyproject-directory }}
4648
uses: actions/download-artifact@v4.2.0
49+
with:
50+
name: dist
51+
path: dist
4752

4853
- name: Show artifacts
4954
# working-directory: ${{ inputs.pyproject-directory }}
50-
run: ls -lh
55+
run: ls -lah dist
5156

5257
- name: Publish distribution to Test PyPI
5358
# working-directory: ${{ inputs.pyproject-directory }}

0 commit comments

Comments
 (0)