Skip to content

Commit

Permalink
Try delvewheel
Browse files Browse the repository at this point in the history
  • Loading branch information
WillAyd committed Aug 16, 2024
1 parent d5298c7 commit e963a88
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 22 deletions.
10 changes: 2 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,5 @@ delocate-listdeps {wheel} && delocate-wheel --exclude libtableauhyperapi.dylib -
"""

[tool.cibuildwheel.windows]
# https://github.com/actions/runner-images/issues/4711
repair-wheel-command = [
"mkdir subdir",
"tar -xf {wheel} -C subdir",
"cd subdir",
"\"C:\\Program Files (x86)\\Windows Kits\\10\\bin\\10.0.20348.0\\x86\\mt.exe\" -manifest pantab\\libpantab.manifest -outputresource:pantab\\libpantab.cp39-win_amd64.pyd;2",
"python -m wheel pack --dest-dir {dest_dir} .",
]
before-build = "pip install delvewheel"
repair-wheel-command = "delvewheel repair -v -w {dest_dir} {wheel}"
4 changes: 0 additions & 4 deletions src/pantab/libpantab.manifest

This file was deleted.

10 changes: 0 additions & 10 deletions src/pantab/tableauhyperapi.manifest

This file was deleted.

0 comments on commit e963a88

Please sign in to comment.