Skip to content

Commit

Permalink
Attempt windows python3.10 build again
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarhiggott committed Jan 6, 2022
1 parent 7d799d1 commit fdea2c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
python -m cibuildwheel --output-dir wheelhouse
env:
CIBW_BUILD: "cp3*-*"
CIBW_SKIP: "*-win32 cp310-win_amd64"
CIBW_SKIP: "*-win32"
- uses: actions/upload-artifact@v2
with:
path: ./wheelhouse/*.whl
Expand Down

0 comments on commit fdea2c4

Please sign in to comment.