diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 76f248d..562331e 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -15,7 +15,8 @@ jobs: fetch-depth: 0 - name: Fetch all tags - run: git fetch --tags + run: git fetch --tags --force + # See: https://github.com/actions/checkout/issues/290 - name: Build dist run: pipx run build