File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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
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
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
Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ description = "OpenAI's response format for its open-weight model series gpt-oss
1616readme = " 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" ]
2323module-name = " openai_harmony"
2424python-source = " python"
2525
You can’t perform that action at this time.
0 commit comments