mirror of
https://github.com/nqrduck/LimeDriverBindings.git
synced 2024-11-05 18:20:03 +00:00
Fixed typo.
This commit is contained in:
parent
3d54fc30af
commit
8dc3d32fed
1 changed files with 3 additions and 4 deletions
7
.github/workflows/python-publish.yml
vendored
7
.github/workflows/python-publish.yml
vendored
|
@ -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: |
|
||||
|
|
Loading…
Reference in a new issue