We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5d7fa6 commit 56839b0Copy full SHA for 56839b0
.github/workflows/publish-to-pypi.yml
@@ -37,7 +37,7 @@ jobs:
37
env:
38
CIBW_PROJECT_REQUIRES_PYTHON: ${{ matrix.builds.python_requires }}
39
CIBW_BUILD: "cp3*"
40
- run: |
+ run:
41
python -m cibuildwheel --output-dir wheelhouse
42
- name: Publish to PyPI
43
0 commit comments