From 29808b1cd582d205e6278c8b9c779a041d9fe66a Mon Sep 17 00:00:00 2001 From: Winnie Dong Date: Tue, 21 Apr 2026 18:13:08 -0700 Subject: [PATCH] [PLAT-193] Fix python sdk publish to pypi - part 2 --- .github/workflows/build-and-publish-to-pypi.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/build-and-publish-to-pypi.yml b/.github/workflows/build-and-publish-to-pypi.yml index 4f64784..2280541 100644 --- a/.github/workflows/build-and-publish-to-pypi.yml +++ b/.github/workflows/build-and-publish-to-pypi.yml @@ -9,9 +9,6 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v3 - with: - fetch-depth: 1 - fetch-tags: true - name: Set up Python uses: actions/setup-python@v4 with: