We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbe31c6 commit fc82391Copy full SHA for fc82391
1 file changed
scripts/generate.sh
@@ -21,3 +21,14 @@ echo "🧹 Cleaning up temp directory..."
21
rm -rf "$TMP_DIR"
22
23
echo "✅ Done regenerating client."
24
+echo ""
25
+echo "📌 Next steps:"
26
27
+echo "1️⃣ Run tests (if applicable):"
28
+echo " pytest"
29
30
+echo "2️⃣ Build the package:"
31
+echo " python -m build"
32
33
+echo "3️⃣ Deploy to PyPI:"
34
+echo " twine upload dist/*"
0 commit comments