Skip to content

Commit

Permalink
BUILD Explicitly use release 2.22.0 vs. trying to use semver
Browse files Browse the repository at this point in the history
  • Loading branch information
mcfletch committed Dec 31, 2024
1 parent 4625790 commit dc22220
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/accelerate-manylinux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
platforms: all

- name: Build wheels (develop)
uses: pypa/cibuildwheel@v2
uses: pypa/cibuildwheel@v2.22.0
if: ${{ github.ref == 'refs/heads/develop' }}
with:
package-dir: "./accelerate"
Expand All @@ -82,7 +82,7 @@ jobs:
CIBW_SKIP: "pp*"

- name: Build wheels (master)
uses: pypa/cibuildwheel@v2
uses: pypa/cibuildwheel@v2.22.0
if: ${{ github.ref == 'refs/heads/master' }}
with:
package-dir: "./accelerate"
Expand Down

0 comments on commit dc22220

Please sign in to comment.