Skip to content

Commit f4d807d

Browse files
committed
Remove unecessary environment variable from cibuildwheel config
1 parent c3a10cb commit f4d807d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/cibuildwheel.yml

-3
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,6 @@ 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
7067
7168
- name: Check README rendering for PyPI
7269
run: twine check dist/*

0 commit comments

Comments
 (0)