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: