We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b45caa commit 153a435Copy full SHA for 153a435
.github/workflows/python.yml
@@ -1,4 +1,4 @@
1
-name: Check and test transferwee
+name: Check and test transferwee with Python 3.10
2
3
'on':
4
push:
@@ -10,7 +10,7 @@ name: Check and test transferwee
10
11
jobs:
12
build:
13
- name: Check and test transferwee
+ name: Check and test transferwee with Python 3.10
14
runs-on: ubuntu-latest
15
steps:
16
- name: Checkout code
.github/workflows/python38.yml
+name: Check and test transferwee with Python 3.8
+ name: Check and test transferwee with Python 3.8
0 commit comments