File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 1
1
# This workflow will install Python dependencies, run tests and build
2
2
# manylinux wheels for a variety of python versions and architectures.
3
3
4
- name : Build and upload macosx wheels for x86_64
4
+ name : Build and upload macosx wheels ( x86_64)
5
5
6
6
on :
7
7
push :
33
33
MB_ML_VER : 2014
34
34
BUILD_COMMIT : v1.5.8rel
35
35
UNICODE_WIDTH : 32
36
- PLAT:x86_64
36
+ PLAT : x86_64
37
37
MB_PYTHON_VERSION : ${{ matrix.python-version }}
38
38
TRAVIS_PYTHON_VERSION : ${{ matrix.python-version }}
39
39
TRAVIS_REPO_SLUG : ${{ github.repository }}
57
57
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
58
58
if [ "schedule" == "${{ github.event_name }}" ]; then echo "TRAVIS_EVENT_TYPE=cron" >> $GITHUB_ENV; else echo "TRAVIS_EVENT_TYPE=${{ github.event_name }}" >> $GITHUB_ENV; fi
59
59
if [ "schedule" == "${{ github.event_name }}" ]; then echo "BUILD_COMMIT=master" >> $GITHUB_ENV; else echo "BUILD_COMMIT=$BUILD_COMMIT" >> $GITHUB_ENV; fi
60
- echo "TRAVIS_OS_NAME=osx" >> $GITHUB_ENV
61
60
62
61
- name : Pin Numpy version
63
62
run : |
You can’t perform that action at this time.
0 commit comments