From 08eeb7b9090dcf47cdf218fbf757edc0593c3fe3 Mon Sep 17 00:00:00 2001 From: Webbley Date: Thu, 21 Apr 2022 16:57:54 +0800 Subject: [PATCH] Update build_and_upload_PyPI.yml --- .github/workflows/build_and_upload_PyPI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_and_upload_PyPI.yml b/.github/workflows/build_and_upload_PyPI.yml index fee53794..5977827c 100644 --- a/.github/workflows/build_and_upload_PyPI.yml +++ b/.github/workflows/build_and_upload_PyPI.yml @@ -13,7 +13,7 @@ jobs: matrix: os: [ 'ubuntu-latest', 'macos-latest' ] arch: [ 'x86_64' ] - cibw_python: [ "cp*" ] + cibw_python: [ 'cp36*', 'cp37*', 'cp38*', 'cp39*' ] steps: - uses: actions/checkout@v2