This is an automated email from the ASF dual-hosted git repository.
xuanwo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/opendal.git
The following commit(s) were added to refs/heads/main by this push:
new f9c265835 fix(bindings/python): open python3.13t release for windows
since upstream had fixed (#5826)
f9c265835 is described below
commit f9c265835b3dbc634a528dac39bec5eed06ebd4f
Author: yihong <[email protected]>
AuthorDate: Thu Mar 20 12:28:59 2025 +0800
fix(bindings/python): open python3.13t release for windows since upstream
had fixed (#5826)
fix: open python3.13t release for windows since upstream had fixed
Signed-off-by: yihong0618 <[email protected]>
---
.github/workflows/release_python.yml | 3 ---
1 file changed, 3 deletions(-)
diff --git a/.github/workflows/release_python.yml
b/.github/workflows/release_python.yml
index ec4aa62da..0bc5d952a 100644
--- a/.github/workflows/release_python.yml
+++ b/.github/workflows/release_python.yml
@@ -82,9 +82,6 @@ jobs:
sccache: true
manylinux: ${{ matrix.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"