Skip to content

Commit 2d9fb37

Browse files
committed
cicd/lib-build-and-push: fix python-version description and default
1 parent 7c096bc commit 2d9fb37

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/lib-build-and-push.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ on:
99
default: false
1010

1111
python-version:
12-
description: 'Python version to run against'
12+
description: 'Python version to run on'
1313
required: true
1414
type: string
15-
default: "1.13"
15+
default: "3.13"
1616

1717
target:
1818
type: string
@@ -176,6 +176,7 @@ jobs:
176176
else
177177
echo "Unknown macos version" && false;
178178
fi
179+
179180
- name: Overwrite for MacOs PyPy
180181
if: runner.os == 'MacOs' && matrix.platform == 'PyPy'
181182
run: |

0 commit comments

Comments
 (0)