Skip to content

Commit

Permalink
Fix typo publish.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
lschoe committed Nov 29, 2024
1 parent 5ad5bc1 commit d0cbf71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Build wheels
run: python -m cibuildwheel --output-dir wheelhouse
env:
CIBW_BUILD: "cp38-* cp39-* cp310-* cp311-* cp312-*" cp312-*"
CIBW_BUILD: "cp38-* cp39-* cp310-* cp311-* cp312-* cp313-*"
CIBW_SKIP: "pp* *-win_arm64 *-win32"

- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit d0cbf71

Please sign in to comment.