summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2020-11-06 21:07:13 +0100
committerGiampaolo Rodola <g.rodola@gmail.com>2020-11-06 21:07:13 +0100
commit8bf022e944ff6682fa296c5e99de62b6b506886f (patch)
treec2c838bcf58479b3eea6b4effaf076a327a68ced
parent01f2e7afbfd01d57ee5af1cba839c2937e5683c9 (diff)
downloadpsutil-8bf022e944ff6682fa296c5e99de62b6b506886f.tar.gz
test 22
-rw-r--r--.github/workflows/build_wheel.yml16
1 files changed, 8 insertions, 8 deletions
diff --git a/.github/workflows/build_wheel.yml b/.github/workflows/build_wheel.yml
index 8ac348f4..a592b75e 100644
--- a/.github/workflows/build_wheel.yml
+++ b/.github/workflows/build_wheel.yml
@@ -21,18 +21,18 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- # name: Install Python 3.7
- # with:
- # python-version: '3.7'
+ with:
+ python-version: 3.9
- - name: (Windows) install Visual C++ for Python 2.7
- if: startsWith(matrix.os, 'windows')
- run: |
- choco install vcpython27 -f -y
+ # - name: (Windows) install Visual C++ for Python 2.7
+ # if: startsWith(matrix.os, 'windows')
+ # run: |
+ # choco install vcpython27 -f -y
- name: Build wheels
run: |
- pip install cibuildwheel==1.4.1
+ python -c "import platform; print(platform.python_version())
+ pip install cibuildwheel
cibuildwheel .
- name: Upload wheels