File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments