Skip to content

Commit

Permalink
Fix release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
robamler committed Aug 31, 2024
1 parent c1b1ea5 commit aae7358
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -359,8 +359,9 @@ jobs:
if: matrix.os == 'macos-latest'
uses: messense/maturin-action@v1
with:
target: universal2-apple-darwin
command: build
args: --release --strip --features pybindings --universal2 -i python3.8 python3.9 python3.10 python3.11 python3.12
args: --release --strip --features pybindings -i python3.8 python3.9 python3.10 python3.11 python3.12

- name: List wheels
shell: bash
Expand Down

0 comments on commit aae7358

Please sign in to comment.