Skip to main content

python: fix a syntax error in the deploy_to_pypi script

ID
0236418
date
2026-07-18 23:03:21+00:00
author
Alex Chan <alex@alexwlchan.net>
parent
9002ad8
message
python: fix a syntax error in the deploy_to_pypi script
changed files
1 file, 1 addition, 1 deletion

Changed files

python/deploy_to_pypi (1004 → 1005)

diff --git a/python/deploy_to_pypi b/python/deploy_to_pypi
index f09242e..c843752 100755
--- a/python/deploy_to_pypi
+++ b/python/deploy_to_pypi
@@ -24,7 +24,7 @@ uv build
 
 echo ""
 
-print_info "-> uv publish --username=__token__ --password=$(…)"
+print_info "-> uv publish --username=__token__ --password=\$(…)"
 uv publish --username=__token__ --password=$(security find-generic-password -s 'https://upload.pypi.org/legacy/' -a __token__ -w)
 
 echo ""