From 258296789300e312d53a892fe78b61f588841cb8 Mon Sep 17 00:00:00 2001 From: javierzazo Date: Mon, 22 Jun 2026 07:58:34 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix:=20missing=20tags=20when=20b?= =?UTF-8?q?uilding?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/wheels.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index e57e24e..ef3beab 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -16,6 +16,7 @@ jobs: - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: persist-credentials: false + fetch-depth: 0 - name: Install uv uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0