Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 31a97b5

Browse files
committed
BLD: Remove development dependencies from sdists
Also, backport #26699.
1 parent de99097 commit 31a97b5

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/cibuildwheel.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@ jobs:
6464
run: |
6565
python -m build --sdist
6666
python ci/export_sdist_name.py
67+
env:
68+
# Prevent including development runtime dependencies in metadata.
69+
CIBUILDWHEEL: 1
6770

6871
- name: Check README rendering for PyPI
6972
run: twine check dist/*
@@ -87,7 +90,7 @@ jobs:
8790
'CI: Run cibuildwheel')
8891
)
8992
needs: build_sdist
90-
name: Build wheels on ${{ matrix.os }}
93+
name: Build wheels on ${{ matrix.os }} for ${{ matrix.cibw_archs }}
9194
runs-on: ${{ matrix.os }}
9295
env:
9396
CIBW_BEFORE_BUILD: >-

0 commit comments

Comments
 (0)