Make deploy on published GitHub release optional in examples/github-deploy.yml
This commit is contained in:
@@ -1,11 +1,11 @@
|
|||||||
name: Build and upload to PyPI
|
name: Build and upload to PyPI
|
||||||
|
|
||||||
on:
|
on: [push, pull_request]
|
||||||
- push
|
# alternatively, to publish when a (published) GitHub Release is created, use the following:
|
||||||
- pull_request
|
# on:
|
||||||
- release:
|
# release:
|
||||||
types:
|
# types:
|
||||||
- published
|
# - published
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build_wheels:
|
build_wheels:
|
||||||
|
|||||||
Reference in New Issue
Block a user