Skip to content

Commit 8cae433

Browse files
committedJul 8, 2024·
Correcting workflow
1 parent 4f0fe26 commit 8cae433

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/wheel-pypi.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
100100
upload_pypi:
101101
name: Upload to PyPI
102-
needs: [check-current-branch, build_wheels, build_sdist, check_dist]
102+
needs: [check-current-branch, build_wheels, build_sdist, dist_check]
103103
runs-on: ubuntu-latest
104104
if: contains(${{ needs.check.outputs.branch }}, 'main')
105105
environment:

0 commit comments

Comments
 (0)
Please sign in to comment.