diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2e2ea99e8..d75ed3c8c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -54,7 +54,7 @@ jobs: - uses: actions/upload-artifact@v2 with: - path: python/wheelhouse/*.whl + path: wheelhouse/*.whl build_sdist: name: Build source distribution