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 5757
5858 - name : Set up Python
5959 uses : actions/setup-python@v4
60+ with :
61+ python-version : " 3.x"
6062
6163 - name : Build source distribution
6264 run : |
7678 steps :
7779 - uses : actions/checkout@v3
7880 - uses : actions/setup-python@v4
81+ with :
82+ python-version : " 3.x"
7983 - run : pip install cibuildwheel==2.10.2
8084 - id : set-matrix
8185 run : |
@@ -144,7 +148,7 @@ jobs:
144148 - name : Set up Python
145149 uses : actions/setup-python@v4
146150 with :
147- python-version : 3.8
151+ python-version : " 3.x "
148152
149153 - name : Build docs
150154 run : |
Original file line number Diff line number Diff line change @@ -113,6 +113,8 @@ jobs:
113113 - name : Set up Python ${{ matrix.python-version }}
114114 uses : actions/setup-python@v4
115115 if : steps.release.outputs.version == 0
116+ with :
117+ python-version : " 3.x"
116118
117119 - name : Install Python Deps
118120 if : steps.release.outputs.version == 0
You can’t perform that action at this time.
0 commit comments