You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Browse filesBrowse the repository at this point in the historyBrowse files
yangxk1
committed
fix(CI): replace pypa/gh-action-pypi-publish with inline twine upload
The pypa/gh-action-pypi-publish action is blocked by Apache org's
action allowlist policy. Replace it with inline shell steps that use
PyPI's trusted publisher OIDC flow directly: mint a short-lived API
token via the OIDC endpoint and upload with twine.
The id-token: write permission is preserved so GitHub Actions still
injects the OIDC credentials needed for the trusted publisher exchange.
0 commit comments