File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5454 - name : Publish to pypi
5555 run : |
5656 poetry config repositories.remote https://upload.pypi.org/legacy/
57- poetry --no-interaction -v publish --build --repository remote --username "$PYPI_USERNAME " --password "$PYPI_PASSWORD "
57+ poetry --no-interaction -v publish --build --repository remote --username "__token__ " --password "$PYPI_API_TOKEN "
5858 env :
59- PYPI_USERNAME : ${{ secrets.PYPI_USERNAME }}
60- PYPI_PASSWORD : ${{ secrets.PYPI_PASSWORD }}
59+ PYPI_API_TOKEN : ${{ secrets.PYPI_API_TOKEN }}
Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/ ) .
66
7+ ## [ v1.4.1] — 2026-05-18
8+
9+ ### Fixed
10+
11+ - ** Release workflow** — Publish to PyPI with the ` PYPI_API_TOKEN ` secret.
12+
713## [ v1.4.0] — 2026-05-13
814
915### Added
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "agora-agent-server-sdk"
33
44[tool .poetry ]
55name = " agora-agent-server-sdk"
6- version = " v1.4.0 "
6+ version = " v1.4.1 "
77description = " "
88readme = " README.md"
99authors = []
You can’t perform that action at this time.
0 commit comments