Skip to content

Commit

Permalink
Multiline not b0rked.
Browse files Browse the repository at this point in the history
  • Loading branch information
Danny Hermes committed Jul 28, 2023
1 parent f065ea8 commit 4b21bc6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,11 @@ jobs:
cp39-*
cp310-*
cp311-*
CIBW_REPAIR_WHEEL_COMMAND_WINDOWS: delvewheel repair --wheel-dir {dest_dir} --add-path ./.nox/.cache/libbezier-release/usr/bin {wheel}
CIBW_REPAIR_WHEEL_COMMAND_WINDOWS: >-
delvewheel repair
--wheel-dir {dest_dir}
--add-path ./.nox/.cache/libbezier-release/usr/bin
{wheel}
BEZIER_INSTALL_PREFIX: ./.nox/.cache/libbezier-release/usr

- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 4b21bc6

Please sign in to comment.