Skip to content

Commit 154d605

Browse files
committed
(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>
1 parent d1f6b39 commit 154d605

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/verify-ensurepip-wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Verify bundled wheels
22

33
on:
4-
workflow_dispatch:
4+
workflow_dispatch: {}
55
push:
66
paths:
77
- 'Lib/ensurepip/_bundled/**'
@@ -30,6 +30,6 @@ jobs:
3030
persist-credentials: false
3131
- uses: actions/setup-python@v5
3232
with:
33-
python-version: '3'
33+
python-version: '3.13'
3434
- name: Compare checksum of bundled wheels to the ones published on PyPI
3535
run: ./Tools/build/verify_ensurepip_wheels.py

0 commit comments

Comments
 (0)