Skip to content

Commit a938605

Browse files
committed
add back aarch
1 parent 9f015d0 commit a938605

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
target: x86_64
2929
- runner: ubuntu-22.04
3030
target: x86
31-
# - runner: ubuntu-22.04
32-
# target: aarch64
31+
- runner: ubuntu-22.04
32+
target: aarch64
3333
- runner: ubuntu-22.04
3434
target: armv7
3535
# - runner: ubuntu-22.04
@@ -45,7 +45,7 @@ jobs:
4545
uses: PyO3/maturin-action@v1
4646
with:
4747
target: ${{ matrix.platform.target }}
48-
args: --release --out dist --find-interpreter
48+
args: -F python-binding --release --out dist --find-interpreter
4949
sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}
5050
manylinux: auto
5151
- name: Upload wheels
@@ -76,7 +76,7 @@ jobs:
7676
uses: PyO3/maturin-action@v1
7777
with:
7878
target: ${{ matrix.platform.target }}
79-
args: --release --out dist --find-interpreter
79+
args: -F python-binding --release --out dist --find-interpreter
8080
sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}
8181
manylinux: musllinux_1_2
8282
- name: Upload wheels

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ description = "OpenAI's response format for its open-weight model series gpt-oss
1616
readme = "README.md"
1717

1818
[project.optional-dependencies]
19-
demo = ["uvicorn", "fastapi"]
19+
demo = []
2020

2121
[tool.maturin]
22-
features = ["pyo3/extension-module"]
22+
features = ["python-binding", "pyo3/extension-module"]
2323
module-name = "openai_harmony"
2424
python-source = "python"
2525

0 commit comments

Comments
 (0)