Document config-file, and add with: into example
https://github.com/pypa/cibuildwheel/blob/main/action.yml
This commit is contained in:
@@ -15,9 +15,13 @@ jobs:
|
||||
|
||||
- name: Build wheels
|
||||
uses: pypa/cibuildwheel@v2.7.0
|
||||
# to supply options, put them in 'env', like:
|
||||
# env:
|
||||
# CIBW_SOME_OPTION: value
|
||||
# ...
|
||||
# with:
|
||||
# package-dir: .
|
||||
# output-dir: wheelhouse
|
||||
# config-file: {package}/pyproject.toml
|
||||
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user