Skip to content

Commit 00ef61e

Browse files
committed
Fix cargo
1 parent c7641fb commit 00ef61e

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.github/workflows/publish-pypi.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,6 @@ jobs:
5959
run: |
6060
cd libs/braillify
6161
cargo publish
62+
env:
63+
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
6264

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,23 @@ Rust 기반 크로스플랫폼 한국어 점역 라이브러리
1818
<a href="https://codecov.io/gh/dev-five-git/braillify" >
1919
<img src="https://codecov.io/gh/dev-five-git/braillify/graph/badge.svg?token=8I5GMB2X5B"/>
2020
</a>
21+
<a href="https://pypi.org/project/braillify" target="_blank">
22+
<img src="https://img.shields.io/pypi/v/braillify?color=%2334D058&label=pypi%20package" alt="Package version">
23+
</a>
24+
<a href="https://pypi.org/project/braillify" target="_blank">
25+
<img src="https://img.shields.io/pypi/pyversions/braillify.svg?color=%2334D058" alt="Supported Python versions">
26+
</a>
2127

2228

2329
## 설치
2430

31+
[npm 바로가기](https://www.npmjs.com/package/braillify)
32+
2533
```bash
2634
npm install braillify # node
2735
```
2836

37+
[pypi 바로가기](https://pypi.org/project/braillify/)
2938
```bash
3039
pip install braillify # python
3140
```

0 commit comments

Comments
 (0)