Skip to content
This repository has been archived by the owner on Aug 9, 2022. It is now read-only.

Commit

Permalink
Add new manylinux platform name to tags
Browse files Browse the repository at this point in the history
  • Loading branch information
natefoo committed Aug 27, 2021
1 parent e71ecce commit 3975a29
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions starforge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ images:
- /opt/python/cp36-cp36m/bin/python
py_abi_tags:
- cp36-cp36m
plat_name: manylinux1_x86_64
plat_name: manylinux_2_5_x86_64.manylinux1_x86_64
force_plat: false
use_auditwheel: true
ci/linux-3.6:i686:
Expand All @@ -60,7 +60,7 @@ images:
- /opt/python/cp36-cp36m/bin/python
py_abi_tags:
- cp36-cp36m
plat_name: manylinux1_i686
plat_name: manylinux_2_5_i686.manylinux1_i686
force_plat: false
use_auditwheel: true
ci/linux-3.7:x86_64:
Expand All @@ -71,7 +71,7 @@ images:
- /opt/python/cp37-cp37m/bin/python
py_abi_tags:
- cp37-cp37m
plat_name: manylinux1_x86_64
plat_name: manylinux_2_5_x86_64.manylinux1_x86_64
force_plat: false
use_auditwheel: true
ci/linux-3.7:i686:
Expand All @@ -82,7 +82,7 @@ images:
- /opt/python/cp37-cp37m/bin/python
py_abi_tags:
- cp37-cp37m
plat_name: manylinux1_i686
plat_name: manylinux_2_5_i686.manylinux1_i686
force_plat: false
use_auditwheel: true
ci/linux-3.8:x86_64:
Expand All @@ -93,7 +93,7 @@ images:
- /opt/python/cp38-cp38/bin/python
py_abi_tags:
- cp38-cp38
plat_name: manylinux1_x86_64
plat_name: manylinux_2_5_x86_64.manylinux1_x86_64
force_plat: false
use_auditwheel: true
ci/linux-3.8:i686:
Expand All @@ -104,7 +104,7 @@ images:
- /opt/python/cp38-cp38/bin/python
py_abi_tags:
- cp38-cp38
plat_name: manylinux1_i686
plat_name: manylinux_2_5_i686.manylinux1_i686
force_plat: false
use_auditwheel: true
ci/linux-3.9:x86_64:
Expand All @@ -115,7 +115,7 @@ images:
- /opt/python/cp39-cp39/bin/python
py_abi_tags:
- cp39-cp39
plat_name: manylinux1_x86_64
plat_name: manylinux_2_5_x86_64.manylinux1_x86_64
force_plat: false
use_auditwheel: true
ci/linux-3.9:i686:
Expand All @@ -126,7 +126,7 @@ images:
- /opt/python/cp39-cp39/bin/python
py_abi_tags:
- cp39-cp39
plat_name: manylinux1_i686
plat_name: manylinux_2_5_i686.manylinux1_i686
force_plat: false
use_auditwheel: true
ci/osx-3.6:
Expand Down

0 comments on commit 3975a29

Please sign in to comment.