Skip to content

Commit

Permalink
fix windows free-thread build
Browse files Browse the repository at this point in the history
  • Loading branch information
trim21 committed Dec 23, 2024
1 parent 862b227 commit f303b51
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@ jobs:
- uses: actions/checkout@v4
- name: Setup Rust toolchain
uses: ./.github/actions/setup
- uses: actions/setup-python@v2
if: ${{ runner.os == 'Windows' }}
with:
python-version: '3.13'
- uses: PyO3/maturin-action@v1
with:
working-directory: "bindings/python"
Expand Down

0 comments on commit f303b51

Please sign in to comment.