Skip to content

Commit

Permalink
ci: fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthieuDartiailh committed May 12, 2022
1 parent 08321d8 commit fa89a34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
name: Create Release and Upload Release Asset
runs-on: ubuntu-latest
if: github.event_name == 'push'
needs: [build_wheels, build_sdist]
needs: [build_wheel, build_sdist]
steps:
- name: Create Release
id: create_release
Expand Down

0 comments on commit fa89a34

Please sign in to comment.