From fd91b277a44b4c53dc53a18809d6c31ca0333b7c Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Mon, 19 May 2025 14:48:55 +0400 Subject: [PATCH] refac: pypi --- .github/workflows/release-pypi.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release-pypi.yml b/.github/workflows/release-pypi.yml index d6171aae3..fd1adab3a 100644 --- a/.github/workflows/release-pypi.yml +++ b/.github/workflows/release-pypi.yml @@ -17,6 +17,8 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Install Git run: sudo apt-get update && sudo apt-get install -y git - uses: actions/setup-node@v4