We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ce157ee + b4a2367 commit fcba4ccCopy full SHA for fcba4cc
.github/workflows/publishing.yml
@@ -57,16 +57,14 @@ jobs:
57
strategy:
58
matrix:
59
os: [ubuntu-18.04, windows-latest, macos-latest]
60
+ env:
61
+ CIBW_SKIP: cp27-win*
62
steps:
63
- uses: actions/checkout@v2
64
- uses: actions/setup-python@v2
65
with:
66
python-version: 3.9
67
- run: pip install cibuildwheel==1.8.0
- - name: Install Visual C++ for Python 2.7 on Windows
- if: runner.os == 'Windows'
68
- run: |
69
- choco install vcpython27 -f -y
70
- run: cibuildwheel --output-dir wheelhouse
71
- uses: actions/upload-artifact@v2
72
0 commit comments