Skip to content

Commit

Permalink
Fixed release dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
arjanz authored Sep 23, 2022
1 parent d7397fa commit 54cd7b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ jobs:
name: Release
runs-on: ubuntu-latest
if: "startsWith(github.ref, 'refs/tags/')"
needs: [windows, linux, musllinux]
needs: [windows, linux, muslwheels_x86, aarch64_wheels]
steps:
- uses: actions/download-artifact@v2
with:
Expand Down

0 comments on commit 54cd7b4

Please sign in to comment.