Skip to content

Commit

Permalink
Try new directory
Browse files Browse the repository at this point in the history
  • Loading branch information
WillAyd committed Aug 16, 2024
1 parent 0664456 commit d5298c7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,11 @@ 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",
"mt.exe -manifest pantab\\libpantab.manifest -outputresource:pantab\\libpantab.dll;2",
"tar -czf {dest_dir}\\pantab-4.1.0-cp39-cp39-win_amd64.whl .",
"\"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} .",
]

0 comments on commit d5298c7

Please sign in to comment.