diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index b22cfac..9a083f3 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -94,7 +94,7 @@ jobs: python-version: ["3.8", "3.9", "3.10", "3.11"] runs-on: windows-2022 - + if: startsWith(github.ref, 'refs/tags') steps: - name: Setup python ${{ matrix.python-version }} uses: actions/setup-python@v5