Skip to content

Commit

Permalink
feat: Add bundle package for python.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Omondi committed Oct 22, 2024
1 parent d399ca5 commit 93efa4d
Show file tree
Hide file tree
Showing 15 changed files with 780 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
path: "./packages/serialization/text"
- name: "kiota_serialization_multipart"
path: "./packages/serialization/multipart"
- name: "kiota_bundle"
path: "./packages/bundle"

steps:
- name: Checkout
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,9 @@ jobs:
poetry install
poetry publish --build
working-directory: "./packages/serialization/multipart"
- name: Publish kiota_bundle to PyPI
run: |
poetry install
poetry publish --build
working-directory: "./packages/bundle"

3 changes: 2 additions & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
"packages/serialization/json": "1.4.6",
"packages/serialization/form": "1.4.6",
"packages/serialization/text": "1.4.6",
"packages/serialization/multipart": "1.4.6"
"packages/serialization/multipart": "1.4.6",
"packages/bundle": "1.4.6"
}
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ To learn more about Kiota, visit the [Kiota repository](https://github.com/micro
| [Serialization - FORM](./packages/serialization/form/README.md) | [![PyPI version](https://badge.fury.io/py/microsoft-kiota-serialization-form.svg)](https://badge.fury.io/pymicrosoft-kiota-serialization-form) | [Changelog](./packages/serialization/form/CHANGELOG.md) |
| [Serialization - TEXT](./packages/serialization/text/README.md) | [![PyPI version](https://badge.fury.io/py/microsoft-kiota-serialization-text.svg)](https://badge.fury.io/py/microsoft-kiota-serialization-text) | [Changelog](./packages/serialization/text/CHANGELOG.md) |
| [Serialization - MULTIPART](./packages/serialization/multipart/README.md) | [![PyPI version](https://badge.fury.io/py/microsoft-kiota-serialization-multipart.svg)](https://badge.fury.io/py/microsoft-kiota-multipart) | [Changelog](./packages/serialization/multipart/CHANGELOG.md) |
| [Bundle](./packages/bundle/README.md) | [![PyPI version](https://badge.fury.io/py/microsoft-kiota-bundle.svg)](https://badge.fury.io/py/microsoft-kiota-bundle) | [Changelog](./packages/bundle/CHANGELOG.md) |

## Contributing

Expand Down
Loading

0 comments on commit 93efa4d

Please sign in to comment.