Skip to content

Commit

Permalink
fixed version specification
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Papior <[email protected]>
  • Loading branch information
zerothi committed Oct 28, 2024
1 parent 169922b commit ac4f56a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
version: 11

- name: Build wheels for CPython 3.12
uses: pypa/cibuildwheel@2.21.3
uses: pypa/cibuildwheel@v2.21.3
env:
CIBW_BUILD: "cp312-*"
CIBW_ARCHS: ${{ matrix.cibw_archs }}
Expand Down

0 comments on commit ac4f56a

Please sign in to comment.