Skip to content

Commit

Permalink
Fix wrong path in Python publish wheel action (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-p authored Nov 30, 2023
1 parent 1744064 commit 2f11b03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
working-directory: instant-segment-py
working-directory: instant-clip-tokenizer-py
target: ${{ matrix.target }}
args: --release --out ../dist --find-interpreter
sccache: 'true'
Expand Down

0 comments on commit 2f11b03

Please sign in to comment.