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 09667c1 commit 8df5c59Copy full SHA for 8df5c59
1 file changed
.github/workflows/publish-python.yml
@@ -68,7 +68,7 @@ jobs:
68
uses: PyO3/maturin-action@v1
69
with:
70
target: ${{ matrix.settings.target }}
71
- args: --release --locked --out dist --manifest-path sdk/python/Cargo.toml -i python3.10 -i python3.11 -i python3.12 -i python3.13
+ args: --release --out dist --manifest-path sdk/python/Cargo.toml -i python3.10 -i python3.11 -i python3.12 -i python3.13
72
manylinux: ${{ matrix.settings.manylinux || 'auto' }}
73
74
- name: Upload artifact
0 commit comments