Skip to content

Commit a217c8e

Browse files
committed
Release v1.4.1
1 parent a2933bd commit a217c8e

3 files changed

Lines changed: 9 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ jobs:
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 }}

changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
The 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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "agora-agent-server-sdk"
33

44
[tool.poetry]
55
name = "agora-agent-server-sdk"
6-
version = "v1.4.0"
6+
version = "v1.4.1"
77
description = ""
88
readme = "README.md"
99
authors = []

0 commit comments

Comments
 (0)