Skip to content

Commit d45a096

Browse files
author
Zvi Fried
committed
fix: use correct PYPI_TOKEN environment variable
- Revert to PYPI_TOKEN which matches the workflow environment variable - This should fix the PyPI publication step in semantic-release
1 parent 3112ee4 commit d45a096

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_API_TOKEN}"
61+
"publishCmd": "uv publish --token ${PYPI_TOKEN}"
6262
}
6363
],
6464
[

0 commit comments

Comments
 (0)