diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ba98c5ec0..fcfb7dd4e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -89,11 +89,8 @@ jobs: cache: pip cache-dependency-path: .github/workflows/build.yml - - name: Install cibuildwheel - run: pip install cibuildwheel==1.12.0 - - name: Run tests - run: cibuildwheel . + uses: pypa/cibuildwheel@v1.12.0 - name: Create wheels uses: actions/upload-artifact@v3