From dba186f2057feb00acb6130191a394c0d7d7a204 Mon Sep 17 00:00:00 2001 From: Vitaliy Demidov Date: Sun, 1 Feb 2026 15:40:04 -0800 Subject: [PATCH] Add build-sdist dependency to upload step --- .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 63171f3..0505a98 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -108,7 +108,7 @@ jobs: upload: name: Upload to PyPI if: startsWith(github.ref, 'refs/tags/') - needs: [build] + needs: [build, build-sdist] runs-on: ubuntu-latest steps: