@@ -256,12 +256,12 @@ ansiColor('xterm') {
256
256
/opt/python/cp37-cp37m/bin/python3.7 ci/ext.py wheel --audit && \
257
257
/opt/python/cp38-cp38/bin/python3.8 ci/ext.py wheel --audit && \
258
258
/opt/python/cp39-cp39/bin/python3.9 ci/ext.py wheel --audit && \
259
- echo " ===== Py3.6 Debug =====" && unzip -p dist/*debug*.whl datatable/_build_info.py && \
259
+ echo ' ===== Py3.6 Debug =====' && unzip -p dist/*debug*.whl datatable/_build_info.py && \
260
260
mv dist/*debug*.whl . && \
261
- echo " ===== Py3.6 =====" && unzip -p dist/*cp36*.whl datatable/_build_info.py && \
262
- echo " ===== Py3.7 =====" && unzip -p dist/*cp37*.whl datatable/_build_info.py && \
263
- echo " ===== Py3.8 =====" && unzip -p dist/*cp38*.whl datatable/_build_info.py && \
264
- echo " ===== Py3.9 =====" && unzip -p dist/*cp39*.whl datatable/_build_info.py && \
261
+ echo ' ===== Py3.6 =====' && unzip -p dist/*cp36*.whl datatable/_build_info.py && \
262
+ echo ' ===== Py3.7 =====' && unzip -p dist/*cp37*.whl datatable/_build_info.py && \
263
+ echo ' ===== Py3.8 =====' && unzip -p dist/*cp38*.whl datatable/_build_info.py && \
264
+ echo ' ===== Py3.9 =====' && unzip -p dist/*cp39*.whl datatable/_build_info.py && \
265
265
mv *debug*.whl dist/ && \
266
266
ls -la dist"
267
267
"""
@@ -292,10 +292,10 @@ ansiColor('xterm') {
292
292
python ci/ext.py wheel
293
293
. /Users/jenkins/anaconda/bin/activate datatable-py39
294
294
python ci/ext.py wheel
295
- echo " ===== Py3.6 =====" && unzip -p dist/*cp36*.whl datatable/_build_info.py
296
- echo " ===== Py3.7 =====" && unzip -p dist/*cp37*.whl datatable/_build_info.py
297
- echo " ===== Py3.8 =====" && unzip -p dist/*cp38*.whl datatable/_build_info.py
298
- echo " ===== Py3.9 =====" && unzip -p dist/*cp39*.whl datatable/_build_info.py
295
+ echo ' ===== Py3.6 =====' && unzip -p dist/*cp36*.whl datatable/_build_info.py
296
+ echo ' ===== Py3.7 =====' && unzip -p dist/*cp37*.whl datatable/_build_info.py
297
+ echo ' ===== Py3.8 =====' && unzip -p dist/*cp38*.whl datatable/_build_info.py
298
+ echo ' ===== Py3.9 =====' && unzip -p dist/*cp39*.whl datatable/_build_info.py
299
299
ls dist
300
300
"""
301
301
stash name : ' x86_64-macos-wheels' , includes : " dist/*.whl"
@@ -336,12 +336,12 @@ ansiColor('xterm') {
336
336
/opt/python/cp37-cp37m/bin/python3.7 ci/ext.py wheel --audit && \
337
337
/opt/python/cp38-cp38/bin/python3.8 ci/ext.py wheel --audit && \
338
338
/opt/python/cp39-cp39/bin/python3.9 ci/ext.py wheel --audit && \
339
- echo " ===== Py3.6 Debug =====" && unzip -p dist/*debug*.whl datatable/_build_info.py && \
339
+ echo ' ===== Py3.6 Debug =====' && unzip -p dist/*debug*.whl datatable/_build_info.py && \
340
340
mv dist/*debug*.whl . && \
341
- echo " ===== Py3.6 =====" && unzip -p dist/*cp36*.whl datatable/_build_info.py && \
342
- echo " ===== Py3.7 =====" && unzip -p dist/*cp37*.whl datatable/_build_info.py && \
343
- echo " ===== Py3.8 =====" && unzip -p dist/*cp38*.whl datatable/_build_info.py && \
344
- echo " ===== Py3.9 =====" && unzip -p dist/*cp39*.whl datatable/_build_info.py && \
341
+ echo ' ===== Py3.6 =====' && unzip -p dist/*cp36*.whl datatable/_build_info.py && \
342
+ echo ' ===== Py3.7 =====' && unzip -p dist/*cp37*.whl datatable/_build_info.py && \
343
+ echo ' ===== Py3.8 =====' && unzip -p dist/*cp38*.whl datatable/_build_info.py && \
344
+ echo ' ===== Py3.9 =====' && unzip -p dist/*cp39*.whl datatable/_build_info.py && \
345
345
mv *debug*.whl dist/ && \
346
346
ls -la dist"
347
347
"""
0 commit comments