diff --git a/.github/workflows/verify-ensurepip-wheels.yml b/.github/workflows/verify-ensurepip-wheels.yml index 463e7bf3355cc3..4a03fe0d217e90 100644 --- a/.github/workflows/verify-ensurepip-wheels.yml +++ b/.github/workflows/verify-ensurepip-wheels.yml @@ -1,7 +1,7 @@ name: Verify bundled wheels on: - workflow_dispatch: + workflow_dispatch: {} push: paths: - 'Lib/ensurepip/_bundled/**' @@ -30,6 +30,6 @@ jobs: persist-credentials: false - uses: actions/setup-python@v5 with: - python-version: '3' + python-version: '3.13' - name: Compare checksum of bundled wheels to the ones published on PyPI run: ./Tools/build/verify_ensurepip_wheels.py