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:30:41 UTC

(airflow) branch v2-8-test updated: Fix typo (copy&paste victim) introduced in twine fix (#37428)

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

potiuk pushed a commit to branch v2-8-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/v2-8-test by this push:
     new c1d6c2ee46 Fix typo (copy&paste victim) introduced in twine fix (#37428)
c1d6c2ee46 is described below

commit c1d6c2ee467759a963a0fd69455ee05a9a47cc8d
Author: Jarek Potiuk <ja...@potiuk.com>
AuthorDate: Wed Feb 14 23:29:27 2024 +0100

    Fix typo (copy&paste victim) introduced in twine fix (#37428)
    
    Follow up for #37415
    
    (cherry picked from commit 4905e9911e39122955117155ba9583a8062821b8)
---
 .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 04141ac941..ecf05e5a47 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -938,7 +938,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: >