Skip to content

Commit a502a0d

Browse files
committed
✏️ Update the default way to authenticate to upload the Python package to PyPI.
1 parent 54f2cff commit a502a0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/tag_and_release/intent.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ project:
3333

3434
# === PYTHON PACKAGE CONFIGURATION ===
3535
python:
36-
auth_method: oidc # oidc | token - Authentication method for PyPI uploads
36+
auth_method: token # oidc | token - Authentication method for PyPI uploads
3737
# OIDC (Trusted Publisher) - More secure, no secrets needed (recommended)
3838
# Token - Traditional API token authentication (requires PYPI_API_TOKEN secret)
3939

0 commit comments

Comments
 (0)