Skip to content

Commit 3112ee4

Browse files
author
Zvi Fried
committed
fix: correct PYPI token environment variable name
- Use PYPI_TOKEN instead of PYPI_API_TOKEN in publishCmd - Matches the environment variable set in semantic-release workflow
1 parent d1cf9f3 commit 3112ee4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.releaserc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"@semantic-release/exec",
5959
{
6060
"prepareCmd": "uv version ${nextRelease.version} && uv build --no-sources",
61-
"publishCmd": "uv publish --token ${PYPI_TOKEN}"
61+
"publishCmd": "uv publish --token ${PYPI_API_TOKEN}"
6262
}
6363
],
6464
[

0 commit comments

Comments
 (0)