We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c647356 commit 601d03cCopy full SHA for 601d03c
.github/workflows/wheelbuilder.yml
@@ -32,8 +32,7 @@ jobs:
32
# I can't get windows tests to work, but at least here's linux testing the built wheels
33
CIBW_TEST_REQUIRES: pytest
34
CIBW_ARCHS_MACOS: 'x86_64 arm64'
35
- # CIBW_BUILD: 'cp39-* cp310-* cp311-* cp312-* cp313-*'
36
- CIBW_SKIP: 'cp36-* cp37-* cp38-*'
+ CIBW_BUILD: 'cp39-* cp310-* cp311-* cp312-* cp313-*'
37
CIBW_TEST_COMMAND_LINUX: "cd {project} && pytest -v tests/"
38
# doesn't work?: CIBW_ENVIRONMENT_MACOS: 'CFLAGS="-DMA_NO_RUNTIME_LINKING -framework AudioToolbox "'
39
.github/workflows/wheeltest.yml
@@ -34,6 +34,6 @@ jobs:
- uses: actions/upload-artifact@v4
with:
- name: pypi_artifacts
+ name: pypi_artifacts on ${{ matrix.os }}
path: ./wheelhouse/*.whl
0 commit comments