File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -33,12 +33,14 @@ jobs:
3333 MB_ML_VER : 2014
3434 BUILD_COMMIT : v1.5.8rel
3535 UNICODE_WIDTH : 32
36+ PLAT : universal2
3637 MB_PYTHON_VERSION : ${{ matrix.python-version }}
3738 TRAVIS_PYTHON_VERSION : ${{ matrix.python-version }}
3839 TRAVIS_REPO_SLUG : ${{ github.repository }}
3940 TRAVIS_BRANCH : ${{ github.head_ref }}
4041 TRAVIS_PULL_REQUEST : ${{ github.event.number }}
4142 TRAVIS_BUILD_DIR : ${{ github.workspace }}
43+ TRAVIS_OS_NAME : osx
4244 MULTIBUILD_WHEELS_STAGING_ACCESS : ${{ secrets.MULTIBUILD_WHEELS_STAGING_ACCESS }}
4345
4446 steps :
5557 if [ "schedule" == "${{ github.event_name }}" ] || [ "master" == "$BUILD_COMMIT" ]; then echo "TOKEN=$SCIPY_WHEELS_NIGHTLY_ACCESS" >> $GITHUB_ENV; else echo "TOKEN=$MULTIBUILD_WHEELS_STAGING_ACCESS" >> $GITHUB_ENV; fi
5658 if [ "schedule" == "${{ github.event_name }}" ]; then echo "TRAVIS_EVENT_TYPE=cron" >> $GITHUB_ENV; else echo "TRAVIS_EVENT_TYPE=${{ github.event_name }}" >> $GITHUB_ENV; fi
5759 if [ "schedule" == "${{ github.event_name }}" ]; then echo "BUILD_COMMIT=master" >> $GITHUB_ENV; else echo "BUILD_COMMIT=$BUILD_COMMIT" >> $GITHUB_ENV; fi
58- echo "TRAVIS_OS_NAME=osx" >> $GITHUB_ENV
59- echo "PLAT=universal2" >> $GITHUB_ENV
6060
6161 - name : Pin Numpy version
6262 run : |
Original file line number Diff line number Diff line change 11# This workflow will install Python dependencies, run tests and build
22# manylinux wheels for a variety of python versions and architectures.
33
4- name : Build and upload macosx wheels for x86_64
4+ name : Build and upload macosx wheels ( x86_64)
55
66on :
77 push :
@@ -33,12 +33,14 @@ jobs:
3333 MB_ML_VER : 2014
3434 BUILD_COMMIT : v1.5.8rel
3535 UNICODE_WIDTH : 32
36+ PLAT : x86_64
3637 MB_PYTHON_VERSION : ${{ matrix.python-version }}
3738 TRAVIS_PYTHON_VERSION : ${{ matrix.python-version }}
3839 TRAVIS_REPO_SLUG : ${{ github.repository }}
3940 TRAVIS_BRANCH : ${{ github.head_ref }}
4041 TRAVIS_PULL_REQUEST : ${{ github.event.number }}
4142 TRAVIS_BUILD_DIR : ${{ github.workspace }}
43+ TRAVIS_OS_NAME : osx
4244 MULTIBUILD_WHEELS_STAGING_ACCESS : ${{ secrets.MULTIBUILD_WHEELS_STAGING_ACCESS }}
4345
4446 steps :
5557 if [ "schedule" == "${{ github.event_name }}" ] || [ "master" == "$BUILD_COMMIT" ]; then echo "TOKEN=$SCIPY_WHEELS_NIGHTLY_ACCESS" >> $GITHUB_ENV; else echo "TOKEN=$MULTIBUILD_WHEELS_STAGING_ACCESS" >> $GITHUB_ENV; fi
5658 if [ "schedule" == "${{ github.event_name }}" ]; then echo "TRAVIS_EVENT_TYPE=cron" >> $GITHUB_ENV; else echo "TRAVIS_EVENT_TYPE=${{ github.event_name }}" >> $GITHUB_ENV; fi
5759 if [ "schedule" == "${{ github.event_name }}" ]; then echo "BUILD_COMMIT=master" >> $GITHUB_ENV; else echo "BUILD_COMMIT=$BUILD_COMMIT" >> $GITHUB_ENV; fi
58- echo "TRAVIS_OS_NAME=osx" >> $GITHUB_ENV
5960
6061 - name : Pin Numpy version
6162 run : |
You can’t perform that action at this time.
0 commit comments