From a7e14d7b0de434695eaccbc4427db635ceee32d6 Mon Sep 17 00:00:00 2001 From: Alex Petenchea Date: Sun, 11 May 2025 17:06:02 +0000 Subject: [PATCH] checking tags --- .github/workflows/pypi.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pypi.yaml b/.github/workflows/pypi.yaml index 5f99d4a..9ccf59d 100644 --- a/.github/workflows/pypi.yaml +++ b/.github/workflows/pypi.yaml @@ -11,9 +11,9 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v3 - - - name: Fetch all tags and branches - run: git fetch --prune --unshallow + with: + fetch-depth: 0 + fetch-tags: true - uses: actions/setup-python@v4 with: