Skip to content

Commit

Permalink
Add missing hook
Browse files Browse the repository at this point in the history
  • Loading branch information
aMarcireau committed Nov 8, 2022
1 parent ee46bc2 commit 143e620
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: Build

on: [push, pull_request]
on:
push:
pull_request:
release:
types:
- published

env:
CIBW_ARCHS_MACOS: x86_64 arm64
Expand Down Expand Up @@ -45,4 +50,4 @@ jobs:
path: dist
- uses: pypa/gh-action-pypi-publish@v1.5.0
with:
password: ${{ secrets.PYPI_API_TOKEN }}
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit 143e620

Please sign in to comment.