Skip to content

Commit

Permalink
fix(github): minor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Kin-Zhang committed Oct 23, 2023
1 parent 8889660 commit c016890
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/Wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
Build_Wheels:
name: Wheels on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
if: github.event_name == 'release' && github.event.action == 'published'
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -53,7 +54,7 @@ jobs:
- name: Download Wheels artifact
uses: actions/download-artifact@v3
with:
name: build_wheels
name: Build_Wheels
path: wheelhouse

# - uses: pypa/gh-action-pypi-publish@release/v1
Expand Down

0 comments on commit c016890

Please sign in to comment.