From d7282426443ad76d2dad095f6d388ce3db2c7507 Mon Sep 17 00:00:00 2001 From: Anatoly Myachev Date: Wed, 29 May 2024 19:48:06 +0200 Subject: [PATCH] Update .github/workflows/publish-to-pypi.yml --- .github/workflows/publish-to-pypi.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/publish-to-pypi.yml b/.github/workflows/publish-to-pypi.yml index e06445444bd..9f53e05fdfa 100644 --- a/.github/workflows/publish-to-pypi.yml +++ b/.github/workflows/publish-to-pypi.yml @@ -14,6 +14,9 @@ jobs: steps: - uses: actions/checkout@v4 + with: + fetch-depth: 0 + fetch-tags: true - name: Set up Python uses: actions/setup-python@v5 with: