Fix working-directory referencing instant-segment incorrectly
This commit is contained in:
parent
be67fdde40
commit
609f8ead73
|
@ -68,7 +68,7 @@ jobs:
|
||||||
- name: Build wheels
|
- name: Build wheels
|
||||||
uses: PyO3/maturin-action@v1
|
uses: PyO3/maturin-action@v1
|
||||||
with:
|
with:
|
||||||
working-directory: instant-segment-py
|
working-directory: instant-distance-py
|
||||||
target: ${{ matrix.target }}
|
target: ${{ matrix.target }}
|
||||||
args: --release --out ../dist --find-interpreter
|
args: --release --out ../dist --find-interpreter
|
||||||
sccache: 'true'
|
sccache: 'true'
|
||||||
|
|
Loading…
Reference in New Issue