Skip to content

Commit

Permalink
Fix typo in release script
Browse files Browse the repository at this point in the history
  • Loading branch information
gaogaotiantian committed Oct 31, 2021
1 parent f7bbaef commit 07722e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: python -m pip install cibuildwheel -U

- name: Build wheels
run: python -m cibuildwheel --output_dir wheelhouse
run: python -m cibuildwheel --output-dir wheelhouse
env:
CIBW_BUILD: 'cp${{ matrix.python-version }}-*'
CIBW_MANYLINUX_X86_64_IMAGE: ${{ matrix.manylinux-image }}
Expand Down

0 comments on commit 07722e8

Please sign in to comment.