Skip to content

Commit 0a9c818

Browse files
committed
ci: Improve documentation and release workflow configuration
- Add a "Star History" section to the README.md - Update the Star History chart image in the README.md - Add a new environment variable for `TWINE_PASSWORD` in release.yaml workflow
1 parent 1d152ba commit 0a9c818

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616

1717
env:
1818
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
19+
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
1920

2021
steps:
2122
- uses: actions/checkout@v4

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,4 +208,8 @@ output_folder: output
208208

209209
```bash
210210
make install-cli
211-
```
211+
```
212+
213+
## Star History
214+
215+
[![Star History Chart](https://api.star-history.com/svg?repos=echohello-dev/transcribe-me&type=Date)](https://star-history.com/#echohello-dev/transcribe-me&Date)

0 commit comments

Comments
 (0)