We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee2de79 commit 2c0beebCopy full SHA for 2c0beeb
Makefile
@@ -60,6 +60,10 @@ client-generate:
60
speakeasy overlay apply -s ./openapi.json -o ./overlay_client.yaml > ./openapi_client.json
61
speakeasy generate sdk -s ./openapi_client.json -o ./ -l python
62
63
+.PHONY: publish
64
+publish:
65
+ ./scripts/publish.sh
66
+
67
###########
68
# Jupyter #
69
0 commit comments