Skip to content

Commit ad07925

Browse files
affandarCopilot
andcommitted
fix: use API token for PyPI publish
Switch from trusted publishing (OIDC) to API token auth to resolve publish failures. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent e860c48 commit ad07925

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,3 +92,4 @@ jobs:
9292
uses: pypa/gh-action-pypi-publish@release/v1
9393
with:
9494
skip-existing: true
95+
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)