Skip to content

Commit

Permalink
improved
Browse files Browse the repository at this point in the history
  • Loading branch information
timelessnesses committed Feb 19, 2023
1 parent d07bd8a commit 0ad921c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Binary file added dist.zip
Binary file not shown.
4 changes: 3 additions & 1 deletion util.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@

linuxes = [x for x in os.listdir('dist/') if 'linux' in x]

os.system('auditwheel repair dist/%s -w dist/ --plat x86_64' % linuxes[0])
for linux in linuxes:
os.system('auditwheel repair dist/%s -w dist/ --plat manylinux_2_5_x86_64' % linux)
os.remove('dist/'+linux)
Binary file added z.zip
Binary file not shown.

0 comments on commit 0ad921c

Please sign in to comment.