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 67ff8f5 commit 64c1f6fCopy full SHA for 64c1f6f
.github/workflows/ci.yml
@@ -82,7 +82,7 @@ jobs:
82
python-version: "3.x"
83
84
- name: Build wheels
85
- uses: weiji14/maturin-action@cd95c89b1d7a6b5d9377c6f26b76efdbaf516d8d
+ uses: weiji14/maturin-action@e5aeb941d5e2aa7f56de9ee99057cd5b8119e2b6
86
with:
87
target: ${{ matrix.platform.target }}
88
args: --release --locked --compatibility pypi --features ${{ matrix.platform.feat-flags || 'pyo3' }} --out dist --interpreter python3.13
0 commit comments