Skip to content

Commit

Permalink
wip2
Browse files Browse the repository at this point in the history
  • Loading branch information
fabioz committed Oct 7, 2023
1 parent 8d9b83e commit 2cb600f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
[tool.cibuildwheel.linux]
repair-wheel-command = "auditwheel repair --exclude attach_linux_x86.so --exclude attach_linux_amd64.so -w {dest_dir} {wheel}"
repair-wheel-command = "auditwheel repair --exclude /home/runner/work/PyDev.Debugger/PyDev.Debugger/pydevd_attach_to_process/attach_linux_x86.so
--exclude /home/runner/work/PyDev.Debugger/PyDev.Debugger/pydevd_attach_to_process/attach_linux_amd64.so -w {dest_dir} {wheel}"

0 comments on commit 2cb600f

Please sign in to comment.