Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
trim21 committed Feb 13, 2025
1 parent 29f607e commit 5f56a48
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
arch: "AMD64"
xml_path: "C:/lib/share/udunits/udunits2.xml"
incdir: C:/lib/include/
libdir: C:/lib/bin/
libdir: C:/lib/lib/
steps:
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -129,6 +129,7 @@ jobs:
CIBW_REPAIR_WHEEL_COMMAND_WINDOWS: >-
delvewheel repair -v
--add-path=C:\\lib\\bin\\
--add-path=C:\\lib\\lib\\
--wheel-dir={dest_dir}
{wheel}
Expand Down

0 comments on commit 5f56a48

Please sign in to comment.