Skip to content

Commit 284b3ac

Browse files
committed
.github/workflows: ...
1 parent 10b17ba commit 284b3ac

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/wheels.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,9 @@ jobs:
134134
- name: Build wheels
135135
uses: pypa/[email protected]
136136
env:
137+
CIBW_BEFORE_ALL: |
138+
echo $(cwd)
139+
ls
137140
CIBW_MUSLLINUX_X86_64_IMAGE: musllinux_1_2
138141
CIBW_TEST_SKIP: "cp*"
139142
CIBW_SKIP: "pp* cp*-manylinux*"

0 commit comments

Comments
 (0)