We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1ad8b9 commit 15078fbCopy full SHA for 15078fb
.github/workflows/lib-build-and-push.yml
@@ -9,10 +9,10 @@ on:
9
default: false
10
11
python-version:
12
- description: 'Python version to run against'
+ description: 'Python version to run on'
13
required: true
14
type: string
15
- default: "1.13"
+ default: "3.13"
16
17
target:
18
@@ -176,6 +176,7 @@ jobs:
176
else
177
echo "Unknown macos version" && false;
178
fi
179
+
180
- name: Overwrite for MacOs PyPy
181
if: runner.os == 'MacOs' && matrix.platform == 'PyPy'
182
run: |
0 commit comments