diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 9daae51..76f248d 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -14,6 +14,9 @@ jobs: with: fetch-depth: 0 + - name: Fetch all tags + run: git fetch --tags + - name: Build dist run: pipx run build