Skip to content

Commit

Permalink
Fix typo in wheel building
Browse files Browse the repository at this point in the history
  • Loading branch information
djhoese committed Feb 14, 2024
1 parent b0ec52f commit 45c3194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cibuildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
uses: pypa/[email protected]
env:
# Skips pypy py36,37
CIBW_SKIP: "pp* cp36-* cp37-*
CIBW_SKIP: "pp* cp36-* cp37-*"
CIBW_ARCHS: ${{ matrix.arch }}
CIBW_BUILD_FRONTEND: build
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
Expand Down

0 comments on commit 45c3194

Please sign in to comment.