From 10a17b7634998b5c04076e0c05de4e2628698d8a Mon Sep 17 00:00:00 2001 From: Jarek Potiuk Date: Wed, 14 Feb 2024 23:00:54 +0100 Subject: [PATCH] Fix typo (copy&paste victim) introduced in twine fix Follow up for #37415 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: >