diff --git a/.github/workflows/build-and-test.yaml b/.github/workflows/build-and-test.yaml index 6c6813af..9cf16147 100644 --- a/.github/workflows/build-and-test.yaml +++ b/.github/workflows/build-and-test.yaml @@ -29,7 +29,7 @@ jobs: - name: Repair wheel with auditwheel run: auditwheel repair dist/*.whl --plat manylinux2014_x86_64 -w wheelhouse/ - + - name: Upload wheel artifact uses: actions/upload-artifact@v3 with: