diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index 5d4eb3ca9..dfc5205ba 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -16,8 +16,6 @@ jobs: submodules: recursive - name: Build wheels uses: pypa/cibuildwheel@v2.15.0 - with: - package-dir: bindings/python - uses: actions/upload-artifact@v3 with: path: ./wheelhouse/*.whl