Skip to content

Commit 8df5c59

Browse files
RoyLinRoyLin
authored andcommitted
fix(ci): remove --locked from maturin build (Cargo.lock not committed)
1 parent 09667c1 commit 8df5c59

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
uses: PyO3/maturin-action@v1
6969
with:
7070
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
71+
args: --release --out dist --manifest-path sdk/python/Cargo.toml -i python3.10 -i python3.11 -i python3.12 -i python3.13
7272
manylinux: ${{ matrix.settings.manylinux || 'auto' }}
7373

7474
- name: Upload artifact

0 commit comments

Comments
 (0)