This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 4905e9911e Fix typo (copy&paste victim) introduced in twine fix
(#37428)
4905e9911e is described below
commit 4905e9911e39122955117155ba9583a8062821b8
Author: Jarek Potiuk <[email protected]>
AuthorDate: Wed Feb 14 23:29:27 2024 +0100
Fix typo (copy&paste victim) introduced in twine fix (#37428)
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: >