From 263c01591d5c704ab02448c5ebeaf690e9ec0157 Mon Sep 17 00:00:00 2001 From: Eric He Date: Mon, 27 Jul 2026 15:13:55 -0400 Subject: [PATCH] fix(ci): pin Twine to 6.2.0 --- .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 5aa6dd72..c57e60e1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -108,7 +108,7 @@ jobs: - name: Check package run: | - uv pip install twine + uv pip install twine==6.2.0 uv run twine check dist/* - name: Upload artifacts