Skip to content

Commit 447b400

Browse files
authored
fix: quote branch value
3.10 was being interpreted as 3.1 without quotes
1 parent 8bdba5d commit 447b400

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
# Branch where translation takes place
99
env:
10-
BRANCH: 3.10
10+
BRANCH: '3.10'
1111

1212
jobs:
1313

0 commit comments

Comments
 (0)