Skip to content

Commit

Permalink
Remove bdist_wininst from CI (gone in setuptools / distutils)
Browse files Browse the repository at this point in the history
  • Loading branch information
kxrob committed Aug 21, 2022
1 parent e055b3b commit 686e0e1
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,6 @@ jobs:
run: |
python setup.py bdist_wheel --skip-build
# 3.10 dropped support for bdist_wininst. If we had both 3.9 and 3.10 available in a single
# environment we could also build the .exe for 3.10+ - but for now, we can't.
- if: matrix.python-version != '3.10' && matrix.python-version != '3.11-dev'
name: Build installers
run: |
python setup.py bdist_wininst --skip-build --target-version=${{ matrix.python-version }}
- uses: actions/upload-artifact@v2
if: ${{ always() }}
with:
Expand Down

0 comments on commit 686e0e1

Please sign in to comment.