We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a25b43e commit 36b041fCopy full SHA for 36b041f
.github/workflows/wheels.yml
@@ -32,7 +32,9 @@ jobs:
32
# working-directory: ${{ inputs.pyproject-directory }}
33
uses: actions/upload-artifact@v4.6.1
34
with:
35
+ name: dist
36
path: dist/
37
+ if-no-files-found: error
38
39
publish:
40
runs-on: ubuntu-24.04
@@ -44,10 +46,13 @@ jobs:
44
46
- name: Download artifacts
45
47
48
uses: actions/download-artifact@v4.2.0
49
+ with:
50
51
+ path: dist
52
53
- name: Show artifacts
54
- run: ls -lh
55
+ run: ls -lah dist
56
57
- name: Publish distribution to Test PyPI
58
0 commit comments