Skip to content

Commit

Permalink
build: update for py311
Browse files Browse the repository at this point in the history
  • Loading branch information
william-silversmith committed May 6, 2023
1 parent 377849a commit 87c8fe6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build_wheel.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Build Wheels

on:
on:
workflow_dispatch:
push:
tags:
- '*'
Expand All @@ -27,7 +28,7 @@ jobs:
uses: docker/setup-qemu-action@v1

- name: Build wheels
uses: joerick/cibuildwheel@v2.3.1
uses: pypa/cibuildwheel@v2.12.3
# to supply options, put them in 'env', like:
env:
CIBW_ARCHS_LINUX: ${{matrix.arch}}
Expand Down

0 comments on commit 87c8fe6

Please sign in to comment.