diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 07a2e08..b2fe901 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -23,7 +23,7 @@ jobs: - name: Set up Python uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0 with: - python-version: 3.14.6 + python-version: 3.14.7 - name: Get latest release from pip id: latestreleased @@ -169,7 +169,7 @@ jobs: - name: Set up Python uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0 with: - python-version: 3.14.6 + python-version: 3.14.7 - name: Install flit run: |