We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4aec17 commit 1883b5bCopy full SHA for 1883b5b
.github/workflows/build_wheels.yml
@@ -48,6 +48,8 @@ jobs:
48
if: "! startsWith(matrix.os, 'windows-')"
49
run: tar --strip-components=1 -xf dist/*.tar.gz
50
51
+ - name: Test
52
+ run: pwd && find .
53
- name: Build wheel
54
uses: pypa/[email protected]
55
env:
0 commit comments