Skip to content

Commit 69980f6

Browse files
authored
Merge pull request #27022 from QuLogic/fix-sdist-metadata
BLD: Remove development dependencies from sdists
2 parents fc8bf5b + 31a97b5 commit 69980f6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.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)