We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8586138 commit a25b43eCopy full SHA for a25b43e
.github/workflows/wheels.yml
@@ -45,6 +45,10 @@ jobs:
45
# working-directory: ${{ inputs.pyproject-directory }}
46
uses: actions/download-artifact@v4.2.0
47
48
+ - name: Show artifacts
49
+ # working-directory: ${{ inputs.pyproject-directory }}
50
+ run: ls -lh
51
+
52
- name: Publish distribution to Test PyPI
53
54
if: github.event_name == 'push' && github.ref_name == 'test-publish'
0 commit comments