Skip to content

Commit 2f17c37

Browse files
authored
Update build.yml
1 parent c026f52 commit 2f17c37

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,11 @@ jobs:
2121
- name: Install cibuildwheel
2222
run: pip install cibuildwheel twine
2323

24-
# Step 3: Build wheels with manylinux2014
24+
# Step 3: Debug environment variables
25+
- name: Debug CIBW_SKIP
26+
run: echo "CIBW_SKIP=$CIBW_SKIP"
27+
28+
# Step 4: Build wheels with manylinux2014
2529
- name: Build wheels
2630
env:
2731
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
@@ -32,7 +36,7 @@ jobs:
3236
pip install --upgrade pip setuptools wheel
3337
run: cibuildwheel --platform linux
3438

35-
# Step 4: Upload wheels to PyPI
39+
# Step 5: Upload wheels to PyPI
3640
- name: Publish to PyPI
3741
if: github.ref == 'refs/heads/master'
3842
env:

0 commit comments

Comments
 (0)