We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 896ae65 commit 0c70550Copy full SHA for 0c70550
.github/workflows/release.yml
@@ -129,8 +129,6 @@ jobs:
129
strategy:
130
matrix:
131
platform:
132
- - runner: macos-12
133
- target: x86_64
134
- runner: macos-14
135
target: aarch64
136
steps:
Makefile
@@ -34,7 +34,7 @@ maturin-develop:
34
poetry run maturin develop --features=cjk
35
36
maturin-build:
37
- poetry maturin build -i python --release --features=cjk
+ poetry run maturin build -i python --release --features=cjk
38
39
.PHONY: tests
40
test:
0 commit comments