From 154d60584f86a948a6bdca1760317ecac0e213df Mon Sep 17 00:00:00 2001 From: ioit-aaa <211367176+ioit-aaa@users.noreply.github.com> Date: Wed, 24 Sep 2025 21:18:30 +0800 Subject: [PATCH] (3.13) Fixes: (workflow) syntax problem and specified explicit Python version number 3.13 Signed-off-by: ioit-aaa <211367176+ioit-aaa@users.noreply.github.com> --- .github/workflows/verify-ensurepip-wheels.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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