Fix working-directory referencing instant-segment incorrectly

This commit is contained in:
Nicholas Rempel 2024-07-24 14:32:29 -07:00 committed by Nick Rempel
parent be67fdde40
commit 609f8ead73
1 changed files with 1 additions and 1 deletions

View File

@ -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'