Merge pull request #38 from hroncok/patch-1
It's manylinux1_i686, not manylinux1_i386
This commit is contained in:
@@ -139,7 +139,7 @@ The format is `python_tag-platform_tag`. The tags are as defined in [PEP 0425](h
|
||||
|
||||
Python tags look like `cp27` `cp34` `cp35` `cp36`
|
||||
|
||||
Platform tags look like `macosx_10_6_intel` `manylinux1_x86_64` `manylinux1_i386` `win32` `win_amd64`
|
||||
Platform tags look like `macosx_10_6_intel` `manylinux1_x86_64` `manylinux1_i686` `win32` `win_amd64`
|
||||
|
||||
You can also use shell-style globbing syntax (as per `fnmatch`)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user