File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1- # .github/workflows/build-and-release-wheels.yml
21name : Build and Release Python Wheels
32
43on :
@@ -29,11 +28,12 @@ jobs:
2928 - uses : Swatinem/rust-cache@v2
3029
3130 # Use the maturin docker wrapper (handles Rust + Python + auditwheel)
32- - uses : messense /maturin-action@v1
31+ - uses : PyO3 /maturin-action@v1
3332 with :
3433 maturin-version : " latest"
3534 command : build
3635 args : --release --strip -i python${{ matrix.python-version }}
36+ manylinux : manylinux2014
3737
3838 - name : Upload wheels (${{ matrix.python-version }})
3939 uses : actions/upload-artifact@v4
7676# 3. Windows wheels
7777# ###########################################################
7878 windows-wheels :
79+ name : Windows wheels
7980 runs-on : windows-latest
8081 strategy :
8182 matrix :
You can’t perform that action at this time.
0 commit comments