Skip to content

Commit 9693dbc

Browse files
authored
Use forked manylinux build for py27. (#156)
1 parent dccac4f commit 9693dbc

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/deploy.yml

+8-2
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,16 @@ jobs:
4040
pip install -U wheel setuptools twine
4141
- name: Build Source Package
4242
run: python setup.py sdist
43-
- name: Build Manylinux Wheels
43+
- name: Build Manylinux Wheels (py2)
44+
uses: newrelic-forks/[email protected]_x86_64-2021-02-06-3d322a5
45+
with:
46+
python-versions: 'cp27-cp27m'
47+
env:
48+
LD_LIBRARY_PATH: /opt/rh/devtoolset-8/root/usr/lib64:/opt/rh/devtoolset-8/root/usr/lib:/opt/rh/devtoolset-8/root/usr/lib64/dyninst:/opt/rh/devtoolset-8/root/usr/lib/dyninst:/usr/local/lib64:/usr/local/lib
49+
- name: Build Manylinux Wheels (py3)
4450
uses: RalfG/python-wheels-manylinux-build@f7c9db24751e53d2d3c90edc2b04a9ffaa96cd01
4551
with:
46-
python-versions: 'cp27-cp27m cp36-cp36m cp37-cp37m cp38-cp38 cp39-cp39'
52+
python-versions: 'cp36-cp36m cp37-cp37m cp38-cp38 cp39-cp39'
4753
env:
4854
LD_LIBRARY_PATH: /opt/rh/devtoolset-8/root/usr/lib64:/opt/rh/devtoolset-8/root/usr/lib:/opt/rh/devtoolset-8/root/usr/lib64/dyninst:/opt/rh/devtoolset-8/root/usr/lib/dyninst:/usr/local/lib64:/usr/local/lib
4955
- name: Upload Package to S3

0 commit comments

Comments
 (0)