Skip to content

Commit

Permalink
Merge pull request #25 from oscarhiggott/fix-win32-python310
Browse files Browse the repository at this point in the history
Fix Windows Python 3.10 builds (for win64, not win32)
  • Loading branch information
oscarhiggott committed Jan 6, 2022
2 parents 7d799d1 + f7e8c99 commit 129a8f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion lib/pybind11
Submodule pybind11 updated 228 files

0 comments on commit 129a8f5

Please sign in to comment.