fix syntax
This commit is contained in:
2
.github/workflows/release-artifacts.yml
vendored
2
.github/workflows/release-artifacts.yml
vendored
@@ -154,7 +154,7 @@ jobs:
|
||||
|
||||
- name: Only build a single wheel on PR
|
||||
if: startsWith(github.ref, 'refs/pull/')
|
||||
run: echo 'CIBW_BUILD="cp39-manylinux_${{ matrix.arch }}"' >> $GITHUB_ENV
|
||||
run: echo 'CIBW_BUILD=cp39-manylinux_${{ matrix.arch }}' >> $GITHUB_ENV
|
||||
|
||||
- name: Build wheels
|
||||
run: python -m cibuildwheel --output-dir wheelhouse
|
||||
|
||||
Reference in New Issue
Block a user