File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 57
57
58
58
- name : Set up Python
59
59
uses : actions/setup-python@v4
60
+ with :
61
+ python-version : " 3.x"
60
62
61
63
- name : Build source distribution
62
64
run : |
76
78
steps :
77
79
- uses : actions/checkout@v3
78
80
- uses : actions/setup-python@v4
81
+ with :
82
+ python-version : " 3.x"
79
83
- run : pip install cibuildwheel==2.10.2
80
84
- id : set-matrix
81
85
run : |
@@ -144,7 +148,7 @@ jobs:
144
148
- name : Set up Python
145
149
uses : actions/setup-python@v4
146
150
with :
147
- python-version : 3.8
151
+ python-version : " 3.x "
148
152
149
153
- name : Build docs
150
154
run : |
Original file line number Diff line number Diff line change @@ -113,6 +113,8 @@ jobs:
113
113
- name : Set up Python ${{ matrix.python-version }}
114
114
uses : actions/setup-python@v4
115
115
if : steps.release.outputs.version == 0
116
+ with :
117
+ python-version : " 3.x"
116
118
117
119
- name : Install Python Deps
118
120
if : steps.release.outputs.version == 0
You can’t perform that action at this time.
0 commit comments