Skip to content

Commit

Permalink
CI: build binary wheels for 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastinas committed Oct 4, 2023
1 parent 697412a commit bb1e2c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-twine.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
python -m cibuildwheel --output-dir dist
env:
CIBW_BUILD: "cp37-* cp38-* cp39-* cp310-* cp311-*"
CIBW_BUILD: "cp38-* cp39-* cp310-* cp311-* cp312-*"
- uses: actions/upload-artifact@v3
with:
path: dist/*.whl
Expand Down

0 comments on commit bb1e2c5

Please sign in to comment.