Skip to content

Commit f390c0a

Browse files
committed
update
1 parent 79b444c commit f390c0a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build-wheels-macosx2.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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

66
on:
77
push:
@@ -33,7 +33,7 @@ jobs:
3333
MB_ML_VER: 2014
3434
BUILD_COMMIT: v1.5.8rel
3535
UNICODE_WIDTH: 32
36-
PLAT:x86_64
36+
PLAT: x86_64
3737
MB_PYTHON_VERSION: ${{ matrix.python-version }}
3838
TRAVIS_PYTHON_VERSION: ${{ matrix.python-version }}
3939
TRAVIS_REPO_SLUG: ${{ github.repository }}
@@ -57,7 +57,6 @@ jobs:
5757
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
5858
if [ "schedule" == "${{ github.event_name }}" ]; then echo "TRAVIS_EVENT_TYPE=cron" >> $GITHUB_ENV; else echo "TRAVIS_EVENT_TYPE=${{ github.event_name }}" >> $GITHUB_ENV; fi
5959
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
6160
6261
- name: Pin Numpy version
6362
run: |

0 commit comments

Comments
 (0)