Skip to content

Commit ee583c7

Browse files
Try fixing macos build step
PyO3/maturin#1620
1 parent 17ffd1a commit ee583c7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/version.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,8 @@ jobs:
9595
- uses: PyO3/[email protected]
9696
with:
9797
command: build
98-
args: --release -o dist --universal2 --find-interpreter
98+
target: universal2-apple-darwin
99+
args: --release -o dist --find-interpreter
99100
- name: Upload wheels
100101
uses: actions/upload-artifact@v4
101102
with:

0 commit comments

Comments
 (0)