Skip to content

Commit a25b43e

Browse files
fix
1 parent 8586138 commit a25b43e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/wheels.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ jobs:
4545
# working-directory: ${{ inputs.pyproject-directory }}
4646
uses: actions/download-artifact@v4.2.0
4747

48+
- name: Show artifacts
49+
# working-directory: ${{ inputs.pyproject-directory }}
50+
run: ls -lh
51+
4852
- name: Publish distribution to Test PyPI
4953
# working-directory: ${{ inputs.pyproject-directory }}
5054
if: github.event_name == 'push' && github.ref_name == 'test-publish'

0 commit comments

Comments
 (0)