Skip to content

Commit

Permalink
Add --plat-name macosx_10_13_x86_64 on macos wheel build (tensorflow#797
Browse files Browse the repository at this point in the history
)

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
  • Loading branch information
yongtang authored Feb 20, 2020
1 parent e57b5ff commit 9f739a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
set -x -e
python -m pip install -U wheel setuptools
python --version
python setup.py --data bazel-bin -q bdist_wheel
python setup.py --data bazel-bin -q bdist_wheel --plat-name macosx_10_13_x86_64
- name: Auditwheel ${{ matrix.python }} macOS
run: |
set -x -e
Expand Down Expand Up @@ -411,7 +411,7 @@ jobs:
set -x -e
python -m pip install -U wheel setuptools
python --version
python setup.py --data bazel-bin -q bdist_wheel --nightly $BUILD_NUMBER
python setup.py --data bazel-bin -q bdist_wheel --plat-name macosx_10_13_x86_64 --nightly $BUILD_NUMBER
- name: Auditwheel ${{ matrix.python }} macOS
run: |
set -x -e
Expand Down

0 comments on commit 9f739a2

Please sign in to comment.