diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d06a504..7326391 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -75,9 +75,9 @@ jobs: - name: Build wheel (OSX - Linux) if: runner.os != 'Windows' - working-directory: rbufrp uses: PyO3/maturin-action@v1 with: + working-directory: rbufrp target: ${{ matrix.conf.target }} manylinux: ${{ matrix.conf.manylinux }} args: -i ${{ matrix.python-version }} --release --out dist