diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index e8b26542e..ed539596a 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -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