Skip to content

Commit fc82391

Browse files
committed
build instructions
1 parent dbe31c6 commit fc82391

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

scripts/generate.sh

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,14 @@ echo "🧹 Cleaning up temp directory..."
2121
rm -rf "$TMP_DIR"
2222

2323
echo "✅ Done regenerating client."
24+
echo ""
25+
echo "📌 Next steps:"
26+
echo ""
27+
echo "1️⃣ Run tests (if applicable):"
28+
echo " pytest"
29+
echo ""
30+
echo "2️⃣ Build the package:"
31+
echo " python -m build"
32+
echo ""
33+
echo "3️⃣ Deploy to PyPI:"
34+
echo " twine upload dist/*"

0 commit comments

Comments
 (0)