fix: publish wheels when release happens (#59)
This commit is contained in:
parent
28a96d82aa
commit
45e8ac00c6
8
.github/workflows/wheels.yml
vendored
8
.github/workflows/wheels.yml
vendored
@ -1,14 +1,18 @@
|
||||
name: Wheels
|
||||
|
||||
on:
|
||||
release:
|
||||
types: [published]
|
||||
workflow_run:
|
||||
workflows: [CI]
|
||||
branch: [main]
|
||||
types:
|
||||
- completed
|
||||
|
||||
jobs:
|
||||
build_wheels:
|
||||
name: Build wheels on ${{ matrix.os }}
|
||||
runs-on: ${{ matrix.os }}
|
||||
if: github.event_name == 'release' && github.event.action == 'published'
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-20.04]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user