We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3a10cb commit f4d807dCopy full SHA for f4d807d
1 file changed
.github/workflows/cibuildwheel.yml
@@ -64,9 +64,6 @@ jobs:
64
run: |
65
python -m build --sdist
66
python ci/export_sdist_name.py
67
- env:
68
- # Prevent including development runtime dependencies in metadata.
69
- CIBUILDWHEEL: 1
70
71
- name: Check README rendering for PyPI
72
run: twine check dist/*
0 commit comments