Skip to content

Commit

Permalink
Correct typo in version specifier for cibuildwheel
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael O'Keefe authored and Michael O'Keefe committed Dec 11, 2024
1 parent 53a7839 commit 319c9f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
python -c "import setuptools; setuptools.setup()" sdist
- name: build ${{ matrix.platform || matrix.os }} binaries
uses: pypa/cibuildwheel@2.22.0
uses: pypa/cibuildwheel@v2.22.0
env:
CIBW_BUILD: "cp3${{ matrix.python-version }}-*"
CIBW_SKIP: "*-win32 *-musllinux* *i686 *ppc64le *s390x *aarch64"
Expand Down

0 comments on commit 319c9f6

Please sign in to comment.