diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index da10a16..02f6476 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -47,9 +47,10 @@ jobs: - name: Build wheels uses: pypa/cibuildwheel@v2.16.5 env: - CIBW_SKIP: "cp36-* cp37-* *-win32 *-manylinux_i686 *-musllinux*" # 跳过旧版本和不需要的平台 - CIBW_BEFORE_BUILD_LINUX: "apt-get update && apt-get install -y libwebkit2gtk-4.0-dev" - CIBW_BUILD_VERBOSITY: 1 + CIBW_BUILD: "cp38-*" + CIBW_ARCHS: "auto64 arm64" + #CIBW_BEFORE_BUILD_LINUX: "yum install -y webkit2gtk3-devel" + #CIBW_BUILD_VERBOSITY: 1 - uses: actions/upload-artifact@v3 with: