Skip to content

Commit

Permalink
Update build_wheels.yml
Browse files Browse the repository at this point in the history
fix artifact name?
  • Loading branch information
tonigi authored Mar 18, 2024
1 parent 999f145 commit 2972655
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: pypa/[email protected]
env:
CIBW_SKIP: "pp* *musllinux*"
CIBW_TEST_SKIP: "cp311*"
# CIBW_TEST_SKIP: "cp311*"
CIBW_TEST_REQUIRES: pytest
CIBW_TEST_COMMAND: "pytest {project}/tests"
CIBW_ARCHS: auto64
Expand All @@ -28,6 +28,7 @@ jobs:

- uses: actions/upload-artifact@v4
with:
name: cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }}
path: ./wheelhouse/*.whl


Expand Down

0 comments on commit 2972655

Please sign in to comment.