You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2024/02/14 22:03:28 UTC

(airflow) 01/01: Fix typo (copy&paste victim) introduced in twine fix

This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch fix-twine-copy-paste
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit 10a17b7634998b5c04076e0c05de4e2628698d8a
Author: Jarek Potiuk <ja...@potiuk.com>
AuthorDate: Wed Feb 14 23:00:54 2024 +0100

    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 7ea2a41038..94267db857 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: >