Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
smartgoo committed Nov 17, 2024
1 parent add37a4 commit a03f63e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ jobs:
uses: PyO3/maturin-action@v1
with:
working-directory: python
target: target/${{ matrix.platform.target }}
target: ${{ matrix.platform.target }}
args: --release --sdist --out target/${{ matrix.platform.target }}/dist --find-interpreter
sccache: 'true'
# - name: Tar and gzip sdist and wheels
Expand Down

0 comments on commit a03f63e

Please sign in to comment.