Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build wheels

on:
push:
branches: [ main ]
branches:
tags:
- v*

Expand Down Expand Up @@ -37,7 +37,7 @@ jobs:
python-version: '3.8'

- name: Build wheels
uses: joerick/cibuildwheel@v3.3.1
uses: joerick/cibuildwheel@31a81df7ebfd84ae5c23dc536e255811aa25b630
env:
CIBW_SKIP: pp*
CIBW_ARCHS_MACOS: auto universal2
Expand Down
Loading