Skip to content

Commit

Permalink
[CI/CD] enable debug
Browse files Browse the repository at this point in the history
  • Loading branch information
congzhangzh committed Nov 3, 2024
1 parent 2068222 commit 89b527d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
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

- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 89b527d

Please sign in to comment.