Skip to content

Commit

Permalink
DNM: retrigger wheel builds with new cibuildwheel
Browse files Browse the repository at this point in the history
  • Loading branch information
jakelishman committed Feb 1, 2024
1 parent 9354807 commit 897dd69
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 256 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
name: Wheel Builds
on:
push:
tags:
- '*'
branches:
- 'retrigger-0.45.3'

jobs:
build_wheels:
name: Build wheels
Expand All @@ -24,7 +25,7 @@ jobs:
- uses: dtolnay/[email protected]
if: runner.os == 'macOS'
- name: Build wheels
uses: pypa/[email protected].2
uses: pypa/[email protected].5
- uses: actions/upload-artifact@v3
with:
path: ./wheelhouse/*.whl
Expand All @@ -45,7 +46,7 @@ jobs:
python-version: '3.10'
- uses: dtolnay/rust-toolchain@stable
- name: Build wheels
uses: pypa/[email protected].2
uses: pypa/[email protected].5
env:
CIBW_BEFORE_ALL: rustup target add aarch64-apple-darwin
CIBW_ARCHS_MACOS: arm64 universal2
Expand Down Expand Up @@ -94,7 +95,7 @@ jobs:
with:
platforms: all
- name: Build wheels
uses: pypa/[email protected].2
uses: pypa/[email protected].5
env:
CIBW_ARCHS_LINUX: s390x
CIBW_TEST_SKIP: "cp*"
Expand Down Expand Up @@ -127,7 +128,7 @@ jobs:
with:
platforms: all
- name: Build wheels
uses: pypa/[email protected].2
uses: pypa/[email protected].5
env:
CIBW_ARCHS_LINUX: ppc64le
CIBW_TEST_SKIP: "cp*"
Expand Down Expand Up @@ -160,7 +161,7 @@ jobs:
with:
platforms: all
- name: Build wheels
uses: pypa/[email protected].2
uses: pypa/[email protected].5
env:
CIBW_ARCHS_LINUX: aarch64
- uses: actions/upload-artifact@v3
Expand Down
249 changes: 0 additions & 249 deletions azure-pipelines.yml

This file was deleted.

0 comments on commit 897dd69

Please sign in to comment.