From 3940d38b4df408fc4448cec54492bb919ccd3209 Mon Sep 17 00:00:00 2001 From: Joe Rickerby Date: Fri, 5 Feb 2021 20:17:53 +0000 Subject: [PATCH] Fix GHA example syntax --- README.md | 6 +++--- examples/github-minimal.yml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index d9fd5e86..4e802498 100644 --- a/README.md +++ b/README.md @@ -90,9 +90,9 @@ jobs: - name: Build wheels run: python -m cibuildwheel --output-dir wheelhouse - env: - # if you need to supply options, put them here. e.g. - # CIBW_SOME_OPTION: value + # to supply options, put them in 'env', like: + # env: + # CIBW_SOME_OPTION: value - uses: actions/upload-artifact@v2 with: diff --git a/examples/github-minimal.yml b/examples/github-minimal.yml index 1c054686..c6884fcd 100644 --- a/examples/github-minimal.yml +++ b/examples/github-minimal.yml @@ -19,9 +19,9 @@ jobs: - name: Build wheels uses: joerick/cibuildwheel@v1.8.0 - env: - # if you need to supply options, put them here. e.g. - # CIBW_SOME_OPTION: value + # to supply options, put them in 'env', like: + # env: + # CIBW_SOME_OPTION: value - uses: actions/upload-artifact@v2 with: