Skip to content

Commit

Permalink
Update cibuildwheels to include python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-david-fischbach authored Oct 29, 2024
1 parent 54def80 commit bdbf434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
# uses: mxschmitt/action-tmate@v3
# if: ${{ github.event_name == 'workflow_dispatch' }}
- name: Build wheels
uses: pypa/cibuildwheel@v2.16.5
uses: pypa/cibuildwheel@v2.21.3
- uses: actions/upload-artifact@v3
with:
path: ./wheelhouse/*.whl
Expand Down

0 comments on commit bdbf434

Please sign in to comment.