mirror of
https://github.com/openai/harmony.git
synced 2025-08-24 22:17:08 -04:00
Fix missing PyInit symbol in Linux builds by enabling python-binding
feature
This commit is contained in:
parent
111f0e60b3
commit
3571143565
1 changed files with 2 additions and 2 deletions
4
.github/workflows/CI.yml
vendored
4
.github/workflows/CI.yml
vendored
|
@ -45,7 +45,7 @@ jobs:
|
|||
uses: PyO3/maturin-action@v1
|
||||
with:
|
||||
target: ${{ matrix.platform.target }}
|
||||
args: --release --out dist --find-interpreter
|
||||
args: -F python-binding --release --out dist --find-interpreter
|
||||
sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}
|
||||
manylinux: auto
|
||||
- name: Upload wheels
|
||||
|
@ -76,7 +76,7 @@ jobs:
|
|||
uses: PyO3/maturin-action@v1
|
||||
with:
|
||||
target: ${{ matrix.platform.target }}
|
||||
args: --release --out dist --find-interpreter
|
||||
args: -F python-binding --release --out dist --find-interpreter
|
||||
sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}
|
||||
manylinux: musllinux_1_2
|
||||
- name: Upload wheels
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue