Skip to content

Commit

Permalink
ci: disable windows free-thread build (#5449)
Browse files Browse the repository at this point in the history
  • Loading branch information
trim21 authored Dec 24, 2024
1 parent 862b227 commit 1bf1578
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@ jobs:
sccache: true
manylinux: auto
- name: Build free-threaded wheels
# windows free-threading building doesn't work on windows
# https://github.com/apache/opendal/pull/5449#issuecomment-2560469190
if: ${{ runner.os != 'Windows' }}
uses: PyO3/maturin-action@v1
with:
working-directory: "bindings/python"
Expand Down

0 comments on commit 1bf1578

Please sign in to comment.