Skip to content

Commit f764586

Browse files
authored
Bump (#73)
* Bump up version to 0.43.0 * Bump up version to 0.43.1
1 parent cea2557 commit f764586

File tree

9 files changed

+106
-257
lines changed

9 files changed

+106
-257
lines changed

.github/workflows/periodic.yml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -29,30 +29,6 @@ jobs:
2929
- name: Check format
3030
run: cargo fmt --all -- --check
3131

32-
# check:
33-
# name: Check
34-
# needs: [format]
35-
# strategy:
36-
# matrix:
37-
# platform:
38-
# - runner: ubuntu-latest
39-
# target: x86_64
40-
# toolchain: [stable]
41-
# features: [cjk]
42-
# runs-on: ${{ matrix.platform.runner }}
43-
# steps:
44-
# - name: Run checkout
45-
# uses: actions/checkout@v4
46-
47-
# - name: Install toolchain
48-
# uses: dtolnay/rust-toolchain@v1
49-
# with:
50-
# toolchain: ${{ matrix.toolchain }}
51-
# components: rustfmt, clippy
52-
53-
# - name: Run check
54-
# run: cargo check --features "${{ matrix.features }}"
55-
5632
test:
5733
name: Test
5834
needs: [format]

.github/workflows/regression.yml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -32,30 +32,6 @@ jobs:
3232
- name: Check format
3333
run: cargo fmt --all -- --check
3434

35-
# check:
36-
# name: Check
37-
# needs: [format]
38-
# strategy:
39-
# matrix:
40-
# platform:
41-
# - runner: ubuntu-latest
42-
# target: x86_64
43-
# toolchain: [stable]
44-
# features: [cjk]
45-
# runs-on: ${{ matrix.platform.runner }}
46-
# steps:
47-
# - name: Run checkout
48-
# uses: actions/checkout@v4
49-
50-
# - name: Install toolchain
51-
# uses: dtolnay/rust-toolchain@v1
52-
# with:
53-
# toolchain: ${{ matrix.toolchain }}
54-
# components: rustfmt, clippy
55-
56-
# - name: Run check
57-
# run: cargo check --features "${{ matrix.features }}"
58-
5935
test:
6036
name: Test
6137
needs: [format]

.github/workflows/release.yml

Lines changed: 6 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -39,30 +39,6 @@ jobs:
3939
- name: Check format
4040
run: cargo fmt --all -- --check
4141

42-
# check:
43-
# name: Check
44-
# needs: [format]
45-
# strategy:
46-
# matrix:
47-
# platform:
48-
# - runner: ubuntu-latest
49-
# target: x86_64
50-
# toolchain: [stable]
51-
# features: [cjk]
52-
# runs-on: ${{ matrix.platform.runner }}
53-
# steps:
54-
# - name: Run checkout
55-
# uses: actions/checkout@v4
56-
57-
# - name: Install toolchain
58-
# uses: dtolnay/rust-toolchain@v1
59-
# with:
60-
# toolchain: ${{ matrix.toolchain }}
61-
# components: rustfmt, clippy
62-
63-
# - name: Run check
64-
# run: cargo check --features "${{ matrix.features }}"
65-
6642
test:
6743
name: Test
6844
needs: [format]
@@ -119,7 +95,7 @@ jobs:
11995
with:
12096
target: ${{ matrix.platform.target }}
12197
args: --release --out dist --find-interpreter --features=cjk
122-
sccache: 'false'
98+
sccache: "false"
12399
manylinux: auto
124100
before-script-linux: "yum install openssl-devel devtoolset-10-libatomic-devel perl-IPC-Cmd -y"
125101

@@ -154,7 +130,7 @@ jobs:
154130
with:
155131
target: ${{ matrix.platform.target }}
156132
args: --release --out dist --find-interpreter --features=cjk
157-
sccache: 'false'
133+
sccache: "false"
158134
manylinux: auto
159135
before-script-linux: "apt-get update && apt-get install libssl-dev pkg-config -y"
160136

@@ -193,7 +169,7 @@ jobs:
193169
with:
194170
target: ${{ matrix.platform.target }}
195171
args: --release --out dist --find-interpreter --features=cjk
196-
sccache: 'false'
172+
sccache: "false"
197173
manylinux: musllinux_1_2
198174
before-script-linux: "apt-get update && apt-get install libssl-dev pkg-config -y"
199175

@@ -229,7 +205,7 @@ jobs:
229205
with:
230206
target: ${{ matrix.platform.target }}
231207
args: --release --out dist --find-interpreter --features=cjk
232-
sccache: 'false'
208+
sccache: "false"
233209

234210
- name: Upload wheels
235211
uses: actions/upload-artifact@v4
@@ -262,7 +238,7 @@ jobs:
262238
with:
263239
target: ${{ matrix.platform.target }}
264240
args: --release --out dist --find-interpreter --features=cjk
265-
sccache: 'false'
241+
sccache: "false"
266242

267243
- name: Upload wheels
268244
uses: actions/upload-artifact@v4
@@ -307,7 +283,7 @@ jobs:
307283
- name: Generate artifact attestation
308284
uses: actions/attest-build-provenance@v2
309285
with:
310-
subject-path: 'wheels-*/*'
286+
subject-path: "wheels-*/*"
311287

312288
- name: Publish to PyPI
313289
if: ${{ startsWith(github.ref, 'refs/tags/') }}

0 commit comments

Comments
 (0)