Skip to content

Commit f2602e4

Browse files
committed
chore: fix linux publishing
1 parent 2126989 commit f2602e4

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/maturin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
working-directory: ./vrp-cli
2828
target: ${{ matrix.target }}
2929
sccache: 'true'
30-
args: --release --out dist -m Cargo.toml --sdist -i 3.12
30+
args: --release --out dist -m Cargo.toml
3131
manylinux: auto
3232
- name: Upload wheels
3333
uses: actions/upload-artifact@v4
File renamed without changes.

0 commit comments

Comments
 (0)