From 7d4fea728137cdcb649e419f40277f1dd4ef3e18 Mon Sep 17 00:00:00 2001 From: Alex Petenchea Date: Sun, 11 May 2025 17:18:50 +0000 Subject: [PATCH] checking tags --- .github/workflows/pypi.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pypi.yaml b/.github/workflows/pypi.yaml index 9ccf59d..6ef8a07 100644 --- a/.github/workflows/pypi.yaml +++ b/.github/workflows/pypi.yaml @@ -14,6 +14,7 @@ jobs: with: fetch-depth: 0 fetch-tags: true + ref: ${{ github.event.release.tag_name }} - uses: actions/setup-python@v4 with: