diff options
author | 2021-03-06 11:47:27 -0700 | |
---|---|---|
committer | 2021-03-06 11:47:27 -0700 | |
commit | a4f1f7382e9ec1bda46215acdc3df9bc7379a943 (patch) | |
tree | 51c87b13a63c334ce0381ecf627ae00344a221ee /.github | |
parent | github: rework release workflow (diff) | |
download | snakeoil-a4f1f7382e9ec1bda46215acdc3df9bc7379a943.tar.gz snakeoil-a4f1f7382e9ec1bda46215acdc3df9bc7379a943.tar.bz2 snakeoil-a4f1f7382e9ec1bda46215acdc3df9bc7379a943.zip |
github: fix release workflow yaml error
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/release.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a87b6274..275645fc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,7 +31,8 @@ jobs: run: python setup.py test - name: Build release files - env: CIBW_BUILD: "cp38-* cp39-*" + env: + CIBW_BUILD: "cp38-* cp39-*" run: | # use release version of pyproject.toml cp requirements/pyproject.toml ./pyproject.toml |