Skip to content

Commit

Permalink
🧪Expand *.whl glob when delocating macos libs
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Nov 28, 2023
1 parent 8de65c7 commit 025166d
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -211,20 +211,23 @@ install_command =
setenv =
{[dists]setenv}
commands =
{envpython} -m \
sh -c "\
{envpython} -m \
delocate.cmd.delocate_listdeps \
--all \
{posargs:"{env:PEP517_OUT_DIR}"/*.whl}
{posargs:'{env:PEP517_OUT_DIR}'/*.whl}"

{envpython} -m \
sh -c "\
{envpython} -m \
delocate.cmd.delocate_wheel \
-v \
{posargs:"{env:PEP517_OUT_DIR}"/*.whl}
{posargs:'{env:PEP517_OUT_DIR}'/*.whl}"

{envpython} -m \
sh -c "\
{envpython} -m \
delocate.cmd.delocate_listdeps \
--all \
{posargs:"{env:PEP517_OUT_DIR}"/*.whl}
{posargs:'{env:PEP517_OUT_DIR}'/*.whl}"


[testenv:metadata-validation]
Expand Down

1 comment on commit 025166d

@webknjaz
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.