Skip to content

Commit

Permalink
Correcting workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ghislainv committed Jul 8, 2024
1 parent 8cae433 commit 86cbaa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheel-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:

upload_testpypi:
name: Upload to TestPyPI
needs: [check-current-branch, build_wheels, build_sdist, check_dist]
needs: [check-current-branch, build_wheels, build_sdist, dist_check]
runs-on: ubuntu-latest
if: contains(${{ needs.check.outputs.branch }}, 'dev')
environment:
Expand Down

0 comments on commit 86cbaa1

Please sign in to comment.