Skip to content

Commit

Permalink
Merge pull request #520 from deuteronomy-works/master
Browse files Browse the repository at this point in the history
Merged
  • Loading branch information
amoh-godwin authored Oct 13, 2022
2 parents 10a4564 + e4ae0c7 commit 592f66b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions rename.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
oss = {
'win32': 'py3-none-win32.whl',
'amd64': 'py3-none-win_amd64.whl',
'linux_intel': "py3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
'linux_aarch': "py3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
'macos11': "py3-macosx_11_0_arm64.whl",
'macos_intel': "py3-macosx_10_9_x86_64.whl",
'macos_uni': "py3-macosx_10_9_universal2.whl"}
'linux_intel': "py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
'linux_aarch': "py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
'macos11': "py3-none-macosx_11_0_arm64.whl",
'macos_intel': "py3-none-macosx_10_9_x86_64.whl",
'macos_uni': "py3-none-macosx_10_9_universal2.whl"}

for x in lists:
if '-any' in x:
Expand Down

0 comments on commit 592f66b

Please sign in to comment.