From d4c16fe88f6c1af51035ae4385a548c30b9af8f5 Mon Sep 17 00:00:00 2001 From: Hao Zhang Date: Wed, 30 Jul 2025 22:30:54 +0800 Subject: [PATCH] Add fetch-tags for the github action checkout step. --- .github/workflows/wheels.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index c6c8c68..f6ea66a 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -11,6 +11,8 @@ jobs: steps: - uses: actions/checkout@v4 + with: + fetch-tags: true - name: Build dist run: pipx run build