bump cibuildwheel==2.2.0a1
authorrobin
Tue, 28 Sep 2021 17:07:40 +0100
changeset 109 c929a89bd8d6
parent 108 ec1e97acaa60
child 110 dc7ef4046ffc
bump cibuildwheel==2.2.0a1
.github/workflows/buildwheels.yml
--- a/.github/workflows/buildwheels.yml	Tue Sep 28 17:06:17 2021 +0100
+++ b/.github/workflows/buildwheels.yml	Tue Sep 28 17:07:40 2021 +0100
@@ -30,7 +30,7 @@
     env:
       CIBW_SKIP: pp*
       #CIBW_BEFORE_BUILD_LINUX: yum install cairo-devel -y
-      #CIBW_BEFORE_TEST: pip install --no-cache-dir pyphen
+      CIBW_BEFORE_TEST: pip install --no-cache-dir psutil
       #CIBW_TEST_REQUIRES: "${{ matrix.os != 'macos-latest' && 'pyphen pycairo rlPyCairo' || 'pyphen' }}"
       #CIBW_TEST_SKIP: "*-macosx*"
       CIBW_TEST_COMMAND: python "{project}/test/runAll.py"
@@ -49,7 +49,7 @@
 
       - name: Install cibuildwheel
         run: |
-          python -m pip install 'cibuildwheel>=2.1.1,<2.2'
+          python -m pip install 'cibuildwheel==2.2.0a1'
           python -c "import os;print('+++++ cwd=%r;dir=%r' % (os.getcwd(),os.listdir('.')))"
 
       - name: Build wheels