@@ -16,11 +16,11 @@ jobs:
16
16
- uses : actions/checkout@v2
17
17
- uses : actions/setup-python@v2
18
18
with :
19
- python-version : 3.10
19
+ python-version : " 3.10"
20
20
- run : pip install tox
21
21
- run : tox
22
22
env :
23
- TOXENV : 3.10
23
+ TOXENV : " 3.10"
24
24
25
25
linters :
26
26
name : Run linters
32
32
- uses : actions/checkout@v2
33
33
- uses : actions/setup-python@v2
34
34
with :
35
- python-version : 3.10
35
+ python-version : " 3.10"
36
36
- run : pip install tox
37
37
- run : tox
38
38
env :
46
46
- uses : actions/checkout@v2
47
47
- uses : actions/setup-python@v2
48
48
with :
49
- python-version : 3.10
49
+ python-version : " 3.10"
50
50
- run : python setup.py sdist
51
51
- uses : actions/upload-artifact@v2
52
52
with :
65
65
- uses : actions/checkout@v2
66
66
- uses : actions/setup-python@v2
67
67
with :
68
- python-version : 3.10
68
+ python-version : " 3.10"
69
69
- run : pip install cibuildwheel==2.1.3
70
70
- run : cibuildwheel --output-dir wheelhouse
71
71
- uses : actions/upload-artifact@v2
82
82
uses : docker/setup-qemu-action@v1
83
83
- uses : actions/setup-python@v2
84
84
with :
85
- python-version : 3.10
85
+ python-version : " 3.10"
86
86
- run : pip install cibuildwheel==2.1.3
87
87
- run : cibuildwheel --archs aarch64 --output-dir wheelhouse
88
88
- uses : actions/upload-artifact@v2
@@ -112,7 +112,7 @@ jobs:
112
112
# - uses: actions/checkout@v2
113
113
# - uses: actions/setup-python@v2
114
114
# with:
115
- # python-version: 3.10
115
+ # python-version: " 3.10"
116
116
# - run: pip install -r requirements-doc.txt
117
117
# - run: pip install awscli
118
118
# - run: pip install -e .
0 commit comments