Skip to content

Commit

Permalink
Run build more frequently.
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeroIntensity committed Oct 26, 2024
1 parent 840c55f commit c554cbd
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
name: CI
name: Build Wheels

on:
push:
tags:
- v*
branches:
- master
pull_request:
branches:
- master

concurrency:
group: build-${{ github.head_ref }}
Expand Down Expand Up @@ -61,7 +66,7 @@ jobs:
platforms: arm64

- name: Build wheels
uses: pypa/cibuildwheel@v2.15.0
uses: pypa/cibuildwheel@v2.21.3
env:
CIBW_ARCHS_LINUX: aarch64
HATCH_BUILD_HOOKS_ENABLE: "true"
Expand All @@ -87,7 +92,7 @@ jobs:
path: dist

- name: Push build artifacts to PyPI
uses: pypa/gh-action-pypi-publish@v1.4.2
uses: pypa/gh-action-pypi-publish@v1.10.3
with:
skip_existing: true
user: __token__
Expand Down

0 comments on commit c554cbd

Please sign in to comment.