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 44615ed commit 05aa1d0Copy full SHA for 05aa1d0
.github/workflows/publish.yaml
@@ -11,7 +11,7 @@ jobs:
11
- uses: actions/checkout@v4
12
13
- name: Set up Python environment
14
- uses: actions/setup-python@v5.0.0
+ uses: actions/setup-python@v5.1.0
15
with:
16
python-version: "3.X"
17
.github/workflows/release.yaml
@@ -41,7 +41,7 @@ jobs:
41
echo "BUILD_NUMBER=${BUILD_NUMBER}" | tee -a ${GITHUB_OUTPUT}
42
43
- name: Set up Python
44
45
46
python-version: "${{ steps.build-vars.outputs.PYTHON_VER }}-dev"
47
0 commit comments