Skip to content

Commit fcba4cc

Browse files
committed
Merge branch 'release/4.32.1' into master
2 parents ce157ee + b4a2367 commit fcba4cc

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/publishing.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,16 +57,14 @@ jobs:
5757
strategy:
5858
matrix:
5959
os: [ubuntu-18.04, windows-latest, macos-latest]
60+
env:
61+
CIBW_SKIP: cp27-win*
6062
steps:
6163
- uses: actions/checkout@v2
6264
- uses: actions/setup-python@v2
6365
with:
6466
python-version: 3.9
6567
- run: pip install cibuildwheel==1.8.0
66-
- name: Install Visual C++ for Python 2.7 on Windows
67-
if: runner.os == 'Windows'
68-
run: |
69-
choco install vcpython27 -f -y
7068
- run: cibuildwheel --output-dir wheelhouse
7169
- uses: actions/upload-artifact@v2
7270
with:

0 commit comments

Comments
 (0)