Fixed typo.

This commit is contained in:
jupfi 2024-04-21 12:18:23 +02:00
parent 3d54fc30af
commit 8dc3d32fed

View file

@ -46,10 +46,9 @@ jobs:
pip install -U twine cibuildwheel
- name: Build wheels
run: python -m cibuildwheel --output-dir dist
# to supply options, put them in 'env', like:
env:
CIBW_BEFORE_BUILD: ./build_wheel.sh
run: python -m cibuildwheel --output-dir dist
env:
CIBW_BEFORE_BUILD: ./build_wheel.sh
- name: Publish to PyPI
run: |