diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 224d3767..45714f41 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/checkout@v4 with: - fetch-tags: true + fetch-depth: 0 - uses: actions/setup-python@v5 @@ -40,7 +40,7 @@ jobs: steps: - uses: actions/checkout@v4 with: - fetch-tags: true + fetch-depth: 0 - uses: actions/setup-python@v5 @@ -67,7 +67,7 @@ jobs: steps: - uses: actions/checkout@v4 with: - fetch-tags: true + fetch-depth: 0 - uses: actions/setup-python@v5 @@ -110,7 +110,7 @@ jobs: steps: - uses: actions/checkout@v4 with: - fetch-tags: true + fetch-depth: 0 - uses: actions/setup-python@v5 with: diff --git a/.github/workflows/wheeltest.yml b/.github/workflows/wheeltest.yml index 9edc6c06..a62d2a9f 100644 --- a/.github/workflows/wheeltest.yml +++ b/.github/workflows/wheeltest.yml @@ -10,7 +10,7 @@ jobs: steps: - uses: actions/checkout@v4 with: - fetch-tags: true + fetch-depth: 0 - uses: actions/setup-python@v5 @@ -37,7 +37,7 @@ jobs: steps: - uses: actions/checkout@v4 with: - fetch-tags: true + fetch-depth: 0 - uses: actions/setup-python@v5 @@ -64,7 +64,7 @@ jobs: steps: - uses: actions/checkout@v4 with: - fetch-tags: true + fetch-depth: 0 - uses: actions/setup-python@v5