Merge pull request #5163 from radarhere/3.10

Revert "skip wheels on 3.10-dev due to wheel#354"
This commit is contained in:
Hugo van Kemenade 2020-12-31 10:20:33 +02:00 committed by GitHub
commit 01f068f978
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -197,16 +197,14 @@ jobs:
- name: Build wheel
id: wheel
# Skip wheels on 3.10 due to https://github.com/pypa/wheel/issues/354
if: "github.event_name == 'push' && !contains(matrix.python-version, '3.10')"
if: "github.event_name == 'push'"
run: |
for /f "tokens=3 delims=/" %%a in ("${{ github.ref }}") do echo ::set-output name=dist::dist-%%a
winbuild\\build\\build_pillow.cmd --disable-imagequant bdist_wheel
shell: cmd
- uses: actions/upload-artifact@v2
# Skip wheels on 3.10 due to https://github.com/pypa/wheel/issues/354
if: "github.event_name == 'push' && !contains(matrix.python-version, '3.10')"
if: "github.event_name == 'push'"
with:
name: ${{ steps.wheel.outputs.dist }}
path: dist\*.whl