diff --git a/.github/workflows/wheel-pypi.yml b/.github/workflows/wheel-pypi.yml index d28c4d6..190e1ac 100644 --- a/.github/workflows/wheel-pypi.yml +++ b/.github/workflows/wheel-pypi.yml @@ -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: