Skip to content

Commit

Permalink
Bump pypa/cibuildwheel in the github_actions group across 1 directory (
Browse files Browse the repository at this point in the history
…#12568)

Bumps the github_actions group with 1 update in the / directory: [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel).

Updates `pypa/cibuildwheel` from 2.17.0 to 2.19.1
- [Release notes](https://github.com/pypa/cibuildwheel/releases)
- [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md)
- [Commits](pypa/cibuildwheel@v2.17.0...v2.19.1)

---
updated-dependencies:
- dependency-name: pypa/cibuildwheel
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github_actions
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit 81433d5)

# Conflicts:
#	.github/workflows/wheels.yml
  • Loading branch information
dependabot[bot] authored and mergify[bot] committed Jun 13, 2024
1 parent 758ce4e commit 5a49b7f
Showing 1 changed file with 53 additions and 0 deletions.
53 changes: 53 additions & 0 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,17 @@ jobs:
- uses: dtolnay/[email protected]
if: runner.os == 'macOS'
- name: Build wheels
<<<<<<< HEAD
uses: pypa/[email protected]
=======
uses: pypa/[email protected]
env:
CIBW_BEFORE_BUILD: 'bash ./tools/build_pgo.sh /tmp/pgo-data/merged.profdata'
CIBW_BEFORE_BUILD_WINDOWS: 'bash ./tools/build_pgo.sh /tmp/pgo-data/merged.profdata && cp /tmp/pgo-data/merged.profdata ~/.'
CIBW_ENVIRONMENT: 'RUSTUP_TOOLCHAIN="stable" RUSTFLAGS="-Cprofile-use=/tmp/pgo-data/merged.profdata -Cllvm-args=-pgo-warn-missing-function"'
CIBW_ENVIRONMENT_LINUX: 'PATH="$PATH:$HOME/.cargo/bin" CARGO_NET_GIT_FETCH_WITH_CLI="true" RUSTUP_TOOLCHAIN="stable" RUSTFLAGS="-Cprofile-use=/tmp/pgo-data/merged.profdata -Cllvm-args=-pgo-warn-missing-function"'
CIBW_ENVIRONMENT_WINDOWS: 'RUSTUP_TOOLCHAIN="stable" RUSTFLAGS="-Cprofile-use=c:\\Users\\runneradmin\\merged.profdata -Cllvm-args=-pgo-warn-missing-function"'
>>>>>>> 81433d530 (Bump pypa/cibuildwheel in the github_actions group across 1 directory (#12568))
- uses: actions/upload-artifact@v4
with:
path: ./wheelhouse/*.whl
Expand All @@ -45,7 +55,11 @@ jobs:
python-version: '3.10'
- uses: dtolnay/rust-toolchain@stable
- name: Build wheels
<<<<<<< HEAD
uses: pypa/[email protected]
=======
uses: pypa/[email protected]
>>>>>>> 81433d530 (Bump pypa/cibuildwheel in the github_actions group across 1 directory (#12568))
env:
CIBW_BEFORE_ALL: rustup target add aarch64-apple-darwin
CIBW_ARCHS_MACOS: arm64 universal2
Expand All @@ -56,6 +70,33 @@ jobs:
with:
path: ./wheelhouse/*.whl
name: wheels-${{ matrix.os }}-arm
<<<<<<< HEAD
=======
build_wheels_32bit:
name: Build wheels 32bit
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
name: Install Python
with:
python-version: '3.10'
- uses: dtolnay/rust-toolchain@stable
with:
components: llvm-tools-preview
- name: Build wheels
uses: pypa/[email protected]
env:
CIBW_SKIP: 'pp* cp36-* cp37-* *musllinux* *amd64 *x86_64'
- uses: actions/upload-artifact@v4
with:
path: ./wheelhouse/*.whl
name: wheels-${{ matrix.os }}-32
>>>>>>> 81433d530 (Bump pypa/cibuildwheel in the github_actions group across 1 directory (#12568))
upload_shared_wheels:
name: Upload shared build wheels
runs-on: ubuntu-latest
Expand Down Expand Up @@ -95,7 +136,11 @@ jobs:
with:
platforms: all
- name: Build wheels
<<<<<<< HEAD
uses: pypa/[email protected]
=======
uses: pypa/[email protected]
>>>>>>> 81433d530 (Bump pypa/cibuildwheel in the github_actions group across 1 directory (#12568))
env:
CIBW_ARCHS_LINUX: s390x
CIBW_TEST_SKIP: "cp*"
Expand Down Expand Up @@ -129,7 +174,11 @@ jobs:
with:
platforms: all
- name: Build wheels
<<<<<<< HEAD
uses: pypa/[email protected]
=======
uses: pypa/[email protected]
>>>>>>> 81433d530 (Bump pypa/cibuildwheel in the github_actions group across 1 directory (#12568))
env:
CIBW_ARCHS_LINUX: ppc64le
CIBW_TEST_SKIP: "cp*"
Expand Down Expand Up @@ -163,7 +212,11 @@ jobs:
with:
platforms: all
- name: Build wheels
<<<<<<< HEAD
uses: pypa/[email protected]
=======
uses: pypa/[email protected]
>>>>>>> 81433d530 (Bump pypa/cibuildwheel in the github_actions group across 1 directory (#12568))
env:
CIBW_ARCHS_LINUX: aarch64
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 5a49b7f

Please sign in to comment.