Skip to content

Commit

Permalink
Use forked manylinux build for py27. (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
TimPansino authored Feb 25, 2021
1 parent dccac4f commit 9693dbc
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,16 @@ jobs:
pip install -U wheel setuptools twine
- name: Build Source Package
run: python setup.py sdist
- name: Build Manylinux Wheels
- name: Build Manylinux Wheels (py2)
uses: newrelic-forks/[email protected]_x86_64-2021-02-06-3d322a5
with:
python-versions: 'cp27-cp27m'
env:
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
- name: Build Manylinux Wheels (py3)
uses: RalfG/python-wheels-manylinux-build@f7c9db24751e53d2d3c90edc2b04a9ffaa96cd01
with:
python-versions: 'cp27-cp27m cp36-cp36m cp37-cp37m cp38-cp38 cp39-cp39'
python-versions: 'cp36-cp36m cp37-cp37m cp38-cp38 cp39-cp39'
env:
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
- name: Upload Package to S3
Expand Down

0 comments on commit 9693dbc

Please sign in to comment.