Skip to content

Commit a5ce66a

Browse files
author
Matthias Zimmermann
committed
fix: minor change to publish.sh
1 parent e049747 commit a5ce66a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/publish.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,8 @@ case $choice in
108108
echo "✅ Published to TestPyPI!"
109109
echo ""
110110
echo "📥 Test installation:"
111-
echo " pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple arkiv-sdk"
111+
echo " uv pip install testcontainers
112+
echo " uv pip install -i https://test.pypi.org/simple/ arkiv-sdk"
112113
;;
113114
2)
114115
echo ""

0 commit comments

Comments
 (0)