Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
with:
target: ${{ matrix.platform.target }}
args: --release --out dist --find-interpreter --features=cjk
sccache: 'true'
sccache: 'false'
manylinux: auto
before-script-linux: "yum install openssl-devel devtoolset-10-libatomic-devel perl-IPC-Cmd -y"

Expand Down Expand Up @@ -154,7 +154,7 @@ jobs:
with:
target: ${{ matrix.platform.target }}
args: --release --out dist --find-interpreter --features=cjk
sccache: 'true'
sccache: 'false'
manylinux: auto
before-script-linux: "apt-get update && apt-get install libssl-dev pkg-config -y"

Expand Down Expand Up @@ -193,7 +193,7 @@ jobs:
with:
target: ${{ matrix.platform.target }}
args: --release --out dist --find-interpreter --features=cjk
sccache: 'true'
sccache: 'false'
manylinux: musllinux_1_2
before-script-linux: "apt-get update && apt-get install libssl-dev pkg-config -y"

Expand Down Expand Up @@ -229,7 +229,7 @@ jobs:
with:
target: ${{ matrix.platform.target }}
args: --release --out dist --find-interpreter --features=cjk
sccache: 'true'
sccache: 'false'

- name: Upload wheels
uses: actions/upload-artifact@v4
Expand Down Expand Up @@ -262,7 +262,7 @@ jobs:
with:
target: ${{ matrix.platform.target }}
args: --release --out dist --find-interpreter --features=cjk
sccache: 'true'
sccache: 'false'

- name: Upload wheels
uses: actions/upload-artifact@v4
Expand Down