Skip to content

Commit 6cee5e9

Browse files
committed
try and fix macos build
1 parent 8592dd9 commit 6cee5e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Build wheels - universal2
3333
uses: messense/maturin-action@v1
3434
with:
35-
args: --release --universal2 --out dist
35+
args: --release --out dist -- --universal2
3636
- name: Upload wheels
3737
uses: actions/upload-artifact@v4
3838
with:

0 commit comments

Comments
 (0)