Update buildManylinux.yml

fix build naming
pull/778/head
powderluv 2022-04-21 10:55:40 -07:00 committed by GitHub
parent b03eac4224
commit 299c1bbe6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -15,7 +15,7 @@ on:
default: ''
jobs:
build:
build_linux:
name: Manylinux Build
runs-on: ubuntu-latest
steps:
@ -32,6 +32,7 @@ jobs:
python -m pip install wheel
./build_tools/python_deploy/build_linux_packages.sh
build_macos:
name: MacOS Build
runs-on: macos-latest
steps: