Skip to content

Commit 601d03c

Browse files
committed
attempt to fix artifacts
1 parent c647356 commit 601d03c

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/wheelbuilder.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ jobs:
3232
# I can't get windows tests to work, but at least here's linux testing the built wheels
3333
CIBW_TEST_REQUIRES: pytest
3434
CIBW_ARCHS_MACOS: 'x86_64 arm64'
35-
# CIBW_BUILD: 'cp39-* cp310-* cp311-* cp312-* cp313-*'
36-
CIBW_SKIP: 'cp36-* cp37-* cp38-*'
35+
CIBW_BUILD: 'cp39-* cp310-* cp311-* cp312-* cp313-*'
3736
CIBW_TEST_COMMAND_LINUX: "cd {project} && pytest -v tests/"
3837
# doesn't work?: CIBW_ENVIRONMENT_MACOS: 'CFLAGS="-DMA_NO_RUNTIME_LINKING -framework AudioToolbox "'
3938

.github/workflows/wheeltest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ jobs:
3434

3535
- uses: actions/upload-artifact@v4
3636
with:
37-
name: pypi_artifacts
37+
name: pypi_artifacts on ${{ matrix.os }}
3838
path: ./wheelhouse/*.whl
3939

0 commit comments

Comments
 (0)