diff --git a/.github/workflows/accelerate-manylinux.yml b/.github/workflows/accelerate-manylinux.yml index 0f36dd31..b2f97279 100644 --- a/.github/workflows/accelerate-manylinux.yml +++ b/.github/workflows/accelerate-manylinux.yml @@ -72,7 +72,7 @@ jobs: platforms: all - name: Build wheels (develop) - uses: pypa/cibuildwheel@v2.12.3 + uses: pypa/cibuildwheel@v2 if: ${{ github.ref == 'refs/heads/develop' }} with: package-dir: "./accelerate" @@ -82,7 +82,7 @@ jobs: CIBW_SKIP: "pp*" - name: Build wheels (master) - uses: pypa/cibuildwheel@v2.12.3 + uses: pypa/cibuildwheel@v2 if: ${{ github.ref == 'refs/heads/master' }} with: package-dir: "./accelerate"