diff --git a/.github/workflows/buildwheel.yml b/.github/workflows/buildwheel.yml index b67a2a12..0bfecfa8 100644 --- a/.github/workflows/buildwheel.yml +++ b/.github/workflows/buildwheel.yml @@ -53,7 +53,7 @@ jobs: uses: pypa/cibuildwheel@v2.21.3 with: - output - dir: dist + output-dir: dist - name: Upload wheels uses: actions/upload-artifact@v4