Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
congzhangzh committed Nov 3, 2024
1 parent 7b87eca commit 37ba99a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,10 @@ jobs:
- name: Build wheels
uses: pypa/[email protected]
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:
Expand Down

0 comments on commit 37ba99a

Please sign in to comment.