diff --git a/examples/github-deploy.yml b/examples/github-deploy.yml index 625c67bd..54c4c2bc 100644 --- a/examples/github-deploy.yml +++ b/examples/github-deploy.yml @@ -1,11 +1,11 @@ name: Build and upload to PyPI -on: - - push - - pull_request - - release: - types: - - published +on: [push, pull_request] +# alternatively, to publish when a (published) GitHub Release is created, use the following: +# on: +# release: +# types: +# - published jobs: build_wheels: