Skip to content

Commit

Permalink
Update cibuildwheel used in package.yml Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Jul 16, 2024
1 parent 0d40b18 commit 1dbb6dc
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
with:
platforms: all
- name: Build manylinux wheels
uses: pypa/cibuildwheel@v2.18.0
uses: pypa/cibuildwheel@v2.19.2
env:
CIBW_ARCHS: aarch64
CIBW_BUILD: ${{ matrix.python-tag }}
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
with:
submodules: true
- name: Build manylinux wheels
uses: pypa/cibuildwheel@v2.18.0
uses: pypa/cibuildwheel@v2.19.2
env:
CIBW_ARCHS: x86_64
CIBW_BUILD: ${{ matrix.python-tag }}
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
with:
submodules: true
- name: Build manylinux wheels
uses: pypa/cibuildwheel@v2.18.0
uses: pypa/cibuildwheel@v2.19.2
env:
CIBW_ARCHS: x86_64
CIBW_BUILD: ${{ matrix.python-tag }}
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
with:
submodules: true
- name: Build manylinux wheels
uses: pypa/cibuildwheel@v2.18.0
uses: pypa/cibuildwheel@v2.19.2
env:
CIBW_ARCHS: arm64
CIBW_BUILD: ${{ matrix.python-tag }}
Expand Down Expand Up @@ -176,7 +176,7 @@ jobs:
with:
submodules: true
- name: Build manylinux wheels
uses: pypa/cibuildwheel@v2.18.0
uses: pypa/cibuildwheel@v2.19.2
env:
CIBW_ARCHS: AMD64
CIBW_BUILD: ${{ matrix.python-tag }}
Expand Down Expand Up @@ -259,6 +259,7 @@ jobs:
release:
environment: GitHub Releases
runs-on: ubuntu-latest
permissions: write-all
if: "!contains(github.ref, 'rc')"
name: Release
needs: upload
Expand Down

0 comments on commit 1dbb6dc

Please sign in to comment.