Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
trim21 committed Dec 23, 2024
1 parent 86c5c2b commit b72b0f5
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/release_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b72b0f5

Please sign in to comment.