Skip to content

Commit

Permalink
run wheel creation when creating a release or when triggered manually
Browse files Browse the repository at this point in the history
  • Loading branch information
jmalkin committed Aug 25, 2021
1 parent 6bb9a0c commit a6d8b36
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build_wheels.yml
@@ -1,6 +1,12 @@
name: Build Python Wheels

on: [push, pull_request]
on:
# run when we tag a release
release:
types:
- "created"
# also allow manual runs
workflow_dispatch:

env:
BUILD_TYPE: Release
Expand Down

0 comments on commit a6d8b36

Please sign in to comment.