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 a9a6e42 commit 571c764Copy full SHA for 571c764
1 file changed
.github/workflows/ci.yml
@@ -82,7 +82,7 @@ jobs:
82
python-version: "3.x"
83
84
- name: Build wheels
85
- uses: PyO3/maturin-action@04ac600d27cdf7a9a280dadf7147097c42b757ad # v1.50.1
+ uses: weiji14/maturin-action@f3e4c889d5c86978d70ec44f3faea956ea9963bd
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