diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 5957462..f90640c 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -16,6 +16,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }} steps: - uses: actions/checkout@v4 diff --git a/README.md b/README.md index 5e918b2..e48647b 100644 --- a/README.md +++ b/README.md @@ -208,4 +208,8 @@ output_folder: output ```bash make install-cli - ``` \ No newline at end of file + ``` + +## Star History + +[![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) \ No newline at end of file