Skip to content

Commit

Permalink
Restore Mac wheels script to build on publish
Browse files Browse the repository at this point in the history
  • Loading branch information
nickbianco committed Sep 9, 2024
1 parent 52a9787 commit f5f3fb4
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/build_x86_mac_wheels.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
name: Build and Publish Wheels (Mac OSX x86_64 only)

on:
pull_request:
branches:
- "**"
# workflow_dispatch:
# release:
# types: [published]
workflow_dispatch:
release:
types: [published]
jobs:
build-mac:
name: Mac OSX Python ${{ matrix.python-version }} - Build Wheels
Expand Down

0 comments on commit f5f3fb4

Please sign in to comment.