Skip to content

Commit

Permalink
Fix typo in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pradyunsg committed May 5, 2024
1 parent 81536d7 commit 51e2690
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -66,7 +66,7 @@ jobs:
github-release:
runs-on: ubuntu-latest

needs: [publish-to-testpypi]
needs: [publish-testpypi]

permissions:
contents: write
Expand Down

0 comments on commit 51e2690

Please sign in to comment.