We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e049747 commit a5ce66aCopy full SHA for a5ce66a
scripts/publish.sh
@@ -108,7 +108,8 @@ case $choice in
108
echo "✅ Published to TestPyPI!"
109
echo ""
110
echo "📥 Test installation:"
111
- echo " pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple arkiv-sdk"
+ echo " uv pip install testcontainers
112
+ echo " uv pip install -i https://test.pypi.org/simple/ arkiv-sdk"
113
;;
114
2)
115
0 commit comments