File tree Expand file tree Collapse file tree 11 files changed +738
-17
lines changed Expand file tree Collapse file tree 11 files changed +738
-17
lines changed Original file line number Diff line number Diff line change 11
2+ <div align =" center " >
3+ <a href="https://codespaces.new/BoltApp/Bolt-Python-SDK.git/tree/main"><img src="https://github.com/codespaces/badge.svg" /></a>
4+ </div >
5+ <br >
6+
27> ** Remember to shutdown a GitHub Codespace when it is not in use!**
38
49# Dev Containers Quick Start
Original file line number Diff line number Diff line change @@ -3,10 +3,13 @@ id: 59dcfa56-8330-4162-8246-092811fc63e8
33management:
44 docChecksum: eb9c846a65c4ee77004d8294d5b023b0
55 docVersion: 1.0.1
6- speakeasyVersion: 1.631.4
6+ speakeasyVersion: 1.631.5
77 generationVersion: 2.716.16
8- releaseVersion: 0.5.5
9- configChecksum: c272fd869c7b4456e9a143187eebe8be
8+ releaseVersion: 0.5.6
9+ configChecksum: 5c3946002697625b2cb1ae3a4dfce9af
10+ repoURL: https://github.com/BoltApp/Bolt-Python-SDK.git
11+ installationURL: https://github.com/BoltApp/Bolt-Python-SDK.git
12+ published: true
1013features:
1114 python:
1215 additionalDependencies: 1.0.0
@@ -362,6 +365,7 @@ generatedFiles:
362365 - py.typed
363366 - pylintrc
364367 - pyproject.toml
368+ - scripts/prepare_readme.py
365369 - scripts/publish.sh
366370 - src/bolt_api_sdk/__init__.py
367371 - src/bolt_api_sdk/_hooks/__init__.py
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ generation:
2828 compile :
2929 enabled : false
3030python :
31- version : 0.5.5
31+ version : 0.5.6
3232 additionalDependencies :
3333 dev : {}
3434 main : {}
Original file line number Diff line number Diff line change 1- speakeasyVersion: 1.631.4
1+ speakeasyVersion: 1.631.5
22sources:
33 bolt-python-api:
44 sourceNamespace: bolt-python-api
55 sourceRevisionDigest: sha256:979591ab54418fcfcf6bb36ba4aa4748231411d7d9612b3d60aec41003fde169
66 sourceBlobDigest: sha256:0af17f076ed8196f10613e2f3081b45456c15f67bc75ca7a2f569bf55d9bca8a
77 tags:
88 - latest
9+ - speakeasy-sdk-regen-1759140059
910 - 1.0.1
1011targets:
1112 bolt-sdk:
@@ -14,7 +15,7 @@ targets:
1415 sourceRevisionDigest: sha256:979591ab54418fcfcf6bb36ba4aa4748231411d7d9612b3d60aec41003fde169
1516 sourceBlobDigest: sha256:0af17f076ed8196f10613e2f3081b45456c15f67bc75ca7a2f569bf55d9bca8a
1617 codeSamplesNamespace: bolt-python-api-code-samples
17- codeSamplesRevisionDigest: sha256:36b7d722795affd99bfba79792072019359acf6ba365167f7b2614d2643a0516
18+ codeSamplesRevisionDigest: sha256:b2ae1de49eb37e75145bff16bf80714605249cc212a90f5402b20b5ec9aafb86
1819workflow:
1920 workflowVersion: 1.0.0
2021 speakeasyVersion: latest
@@ -29,6 +30,9 @@ workflow:
2930 bolt-sdk:
3031 target: python
3132 source: bolt-python-api
33+ publish:
34+ pypi:
35+ token: $pypi_token
3236 codeSamples:
3337 registry:
3438 location: registry.speakeasyapi.dev/bolt/boltpublicapi/bolt-python-api-code-samples
You can’t perform that action at this time.
0 commit comments