|
|
@@ -59,7 +59,7 @@ jobs: |
|
|
uses: PyO3/maturin-action@v1 |
|
|
uses: PyO3/maturin-action@v1 |
|
|
with: |
|
|
with: |
|
|
target: ${{ matrix.platform.target }} |
|
|
target: ${{ matrix.platform.target }} |
|
|
args: --release --out dist |
|
|
|
|
|
|
|
|
args: --release --out dist --zig |
|
|
manylinux: manylinux_2_28 |
|
|
manylinux: manylinux_2_28 |
|
|
working-directory: ${{ matrix.repository.path }} |
|
|
working-directory: ${{ matrix.repository.path }} |
|
|
- name: Upload wheels |
|
|
- name: Upload wheels |
|
|
|