File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -106,10 +106,10 @@ jobs:
106106 - name : Set up Python 3.10
107107 uses : actions/setup-python@v4
108108 with :
109- python-version : 3.10
109+ python-version : " 3.10"
110110 architecture : ${{ matrix.architecture }}
111111
112- - run : ./scripts/wheel-windows.sh 3.10
112+ - run : ./scripts/wheel-windows.sh " 3.10"
113113 - uses : actions/upload-artifact@v4
114114 name : Upload wheel 3.10
115115 with :
@@ -121,10 +121,10 @@ jobs:
121121 - name : Set up Python 3.11
122122 uses : actions/setup-python@v4
123123 with :
124- python-version : 3.11
124+ python-version : " 3.11"
125125 architecture : ${{ matrix.architecture }}
126126
127- - run : ./scripts/wheel-windows.sh 3.11
127+ - run : ./scripts/wheel-windows.sh " 3.11"
128128 - uses : actions/upload-artifact@v4
129129 name : Upload wheel 3.11
130130 with :
@@ -136,10 +136,10 @@ jobs:
136136 - name : Set up Python 3.12
137137 uses : actions/setup-python@v4
138138 with :
139- python-version : 3.12
139+ python-version : " 3.12"
140140 architecture : ${{ matrix.architecture }}
141141
142- - run : ./scripts/wheel-windows.sh 3.12
142+ - run : ./scripts/wheel-windows.sh " 3.12"
143143 - uses : actions/upload-artifact@v4
144144 name : Upload wheel 3.12
145145 with :
You can’t perform that action at this time.
0 commit comments