diff --git a/.github/workflows/release_python.yml b/.github/workflows/release_python.yml index c84cc875711..1dec53c472e 100644 --- a/.github/workflows/release_python.yml +++ b/.github/workflows/release_python.yml @@ -74,15 +74,15 @@ jobs: if: ${{ runner.os == 'Windows' }} working-directory: "bindings/python" - - uses: PyO3/maturin-action@v1 - name: build abi3 wheels - with: - working-directory: "bindings/python" - target: "${{ matrix.target }}" - command: build - args: --release -o dist -i python3.11 --features=pyo3/extension-module,services-all,abi3 - sccache: true - manylinux: auto + # - uses: PyO3/maturin-action@v1 + # name: build abi3 wheels + # with: + # working-directory: "bindings/python" + # target: "${{ matrix.target }}" + # command: build + # args: --release -o dist -i python3.11 --features=pyo3/extension-module,services-all,abi3 + # sccache: true + # manylinux: auto - uses: PyO3/maturin-action@v1 name: build non-abi3 wheels for py3.10 and free-threads with: