Skip to content

Commit 73c5b44

Browse files
committed
ECC-1972: support for Windows binary wheel
1 parent 624f0ef commit 73c5b44

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/build-wheel-windows.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)