diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7ea2a4103812f..94267db85795d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -935,7 +935,7 @@ jobs: - name: "Verify sdist packages with twine" run: | pipx uninstall twine || true - pipx install twine && twine check dist/*.whl + pipx install twine && twine check dist/*.tar.gz - name: "Generate source constraints from CI image" shell: bash run: >