Skip to content

Commit 62e7dbb

Browse files
authored
Merge pull request #93 from lindera/lindera
Lindera
2 parents 9eb77c4 + 003eff5 commit 62e7dbb

21 files changed

+2069
-446
lines changed

.github/workflows/release.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
toolchain: [stable]
7676
features:
7777
- value: "cjk"
78-
package_name: "lindera-py"
78+
package_name: "lindera-python"
7979
package_description: "Python binding for Lindera with CJK dictionaries (IPADIC, ko-dic, CC-CEDICT)"
8080
runs-on: ${{ matrix.platform.runner }}
8181
steps:
@@ -113,7 +113,7 @@ jobs:
113113
toolchain: [stable]
114114
features:
115115
- value: "cjk"
116-
package_name: "lindera-py"
116+
package_name: "lindera-python"
117117
package_description: "Python binding for Lindera with CJK dictionaries (IPADIC, ko-dic, CC-CEDICT)"
118118
runs-on: ${{ matrix.platform.runner }}
119119
steps:
@@ -151,7 +151,7 @@ jobs:
151151
toolchain: [stable]
152152
features:
153153
- value: "cjk"
154-
package_name: "lindera-py"
154+
package_name: "lindera-python"
155155
package_description: "Python binding for Lindera with CJK dictionaries (IPADIC, ko-dic, CC-CEDICT)"
156156
runs-on: ${{ matrix.platform.runner }}
157157
steps:
@@ -190,7 +190,7 @@ jobs:
190190
toolchain: [stable]
191191
features:
192192
- value: "cjk"
193-
package_name: "lindera-py"
193+
package_name: "lindera-python"
194194
package_description: "Python binding for Lindera with CJK dictionaries (IPADIC, ko-dic, CC-CEDICT)"
195195
runs-on: ${{ matrix.platform.runner }}
196196
steps:
@@ -297,12 +297,12 @@ jobs:
297297
toolchain: ${{ matrix.toolchain }}
298298
components: rustfmt, clippy
299299

300-
- name: Publish lindera-py
300+
- name: Publish lindera-python
301301
run: |
302-
LINDERA_PY_VERSION=$(cargo metadata --no-deps --format-version=1 | jq -r '.packages[] | select(.name=="lindera-py") | .version')
303-
LINDERA_PY_VERSIONS=$(curl -s -XGET https://crates.io/api/v1/crates/lindera-py | jq -r 'select(.versions != null) | .versions[].num')
302+
LINDERA_PY_VERSION=$(cargo metadata --no-deps --format-version=1 | jq -r '.packages[] | select(.name=="lindera-python") | .version')
303+
LINDERA_PY_VERSIONS=$(curl -s -XGET https://crates.io/api/v1/crates/lindera-python | jq -r 'select(.versions != null) | .versions[].num')
304304
if echo ${LINDERA_PY_VERSIONS} | grep ${LINDERA_PY_VERSION} >/dev/null; then
305-
echo "lindera-py ${LINDERA_PY_VERSION} has already published"
305+
echo "lindera-python ${LINDERA_PY_VERSION} has already published"
306306
else
307307
cargo publish
308308
fi

CHANGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Release notes
2+
23
All notable changes to this project will be documented in this file.
34
This project adheres to [Semantic Versioning](http://semver.org/).
45

0 commit comments

Comments
 (0)