Skip to content

Commit

Permalink
github/workflows: Rename build_wheels_native -> build_wheels
Browse files Browse the repository at this point in the history
It's no longer all native
  • Loading branch information
zhuyifei1999 committed May 13, 2023
1 parent 176c6f7 commit 7b88284
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
shell: bash
run: bash <(curl -s https://codecov.io/bash)

build_wheels_native:
build_wheels:
name: Build wheels on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
if: github.event_name == 'push'
Expand All @@ -130,7 +130,7 @@ jobs:
path: ./wheelhouse/*.whl

upload_pypi:
needs: [test_matrix, build_wheels_native, build_sdist]
needs: [test_matrix, build_wheels, build_sdist]
runs-on: ubuntu-latest
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/v')
steps:
Expand Down

0 comments on commit 7b88284

Please sign in to comment.