diff --git a/.github/workflows/cibuildwheel.yml b/.github/workflows/cibuildwheel.yml index 74fa4feecb39..4322b3fa4a76 100644 --- a/.github/workflows/cibuildwheel.yml +++ b/.github/workflows/cibuildwheel.yml @@ -110,4 +110,5 @@ jobs: - uses: actions/upload-artifact@v3 with: name: wheels - path: ./dist/*.whl + path: ./wheelhouse/*.whl + if-no-files-found: error