Skip to content

Commit

Permalink
Remove Python 2 step from workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ashnair1 committed Apr 9, 2021
1 parent d7acc3c commit fe1af45
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/publish_to_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,6 @@ jobs:
run: |
python -m pip install cibuildwheel==1.10.0
- name: Install Visual C++ for Python 2.7
if: runner.os == 'Windows'
run: |
choco install vcpython27 -f -y
- name: Build wheels
run: |
python -m cibuildwheel --output-dir wheelhouse
Expand Down

0 comments on commit fe1af45

Please sign in to comment.