Skip to content

Commit d2a4507

Browse files
committed
Fix PYTHON_VERSION env var in make_release.yaml
1 parent 0218ca2 commit d2a4507

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/make_release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
required: true
99

1010
env:
11-
PYTHON_VERSION: 3.10
11+
PYTHON_VERSION: "3.10"
1212
NEW_VERSION: ${{ inputs.version }}
1313
NEW_TAG: v${{ inputs.version }}
1414

0 commit comments

Comments
 (0)