We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c35b17 commit 41e3446Copy full SHA for 41e3446
.github/workflows/pysplashsurf_CI.yml
@@ -266,10 +266,13 @@ jobs:
266
include:
267
- runner: windows-latest
268
target: x64
269
+ rust-target: x64
270
271
target: x86
272
+ rust-target: x86
273
- runner: windows-11-arm
274
target: arm64
275
+ rust-target: aarch64
276
steps:
277
- uses: actions/checkout@v4
278
- name: Download stub artifact
@@ -284,7 +287,7 @@ jobs:
284
287
- name: Build wheels
285
288
uses: PyO3/maturin-action@v1
286
289
with:
- target: ${{ matrix.target }}
290
+ target: ${{ matrix.rust-target }}
291
args: --release --out wheelhouse -m pysplashsurf/Cargo.toml
292
#sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}
293
- name: Audit wheels
0 commit comments