Skip to content

Commit

Permalink
Update build_wheels.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DotBlot authored May 27, 2024
1 parent be4ab4c commit e87163a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
# env:
# CIBW_SOME_OPTION: value
# ...
# with:
# package-dir: .
# output-dir: wheelhouse
# config-file: "{package}/pyproject.toml"
with:
package-dir: ./python
output-dir: wheelhouse
config-file: "{package}/setup.py"

- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit e87163a

Please sign in to comment.