diff --git a/.github/workflows/cibuildwheel.yml b/.github/workflows/cibuildwheel.yml index d969ad38d36e..d6101378e1e4 100644 --- a/.github/workflows/cibuildwheel.yml +++ b/.github/workflows/cibuildwheel.yml @@ -112,3 +112,8 @@ jobs: with: name: wheels path: ./dist/*.whl + + - uses: actions/upload-artifact@v2 + with: + name: manylinux_x86_64 + path: ./dist/*x86_64.manylinux1*.whl