Skip to content

Commit

Permalink
Merge branch 'release/4.32.1' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
rmk135 committed Apr 25, 2021
2 parents ce157ee + b4a2367 commit fcba4cc
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/publishing.yml
Expand Up @@ -57,16 +57,14 @@ jobs:
strategy:
matrix:
os: [ubuntu-18.04, windows-latest, macos-latest]
env:
CIBW_SKIP: cp27-win*
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.9
- run: pip install cibuildwheel==1.8.0
- name: Install Visual C++ for Python 2.7 on Windows
if: runner.os == 'Windows'
run: |
choco install vcpython27 -f -y
- run: cibuildwheel --output-dir wheelhouse
- uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit fcba4cc

Please sign in to comment.