Skip to content

Commit

Permalink
Switch back build wheel workflow to run only on publication [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
aphearin committed Dec 2, 2024
1 parent ef8aa97 commit ce93ee7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/wheels.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Build wheels

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

jobs:
build_wheels:
Expand Down

0 comments on commit ce93ee7

Please sign in to comment.