Skip to content

Commit eff42a1

Browse files
chore: refactor beta client library (#150)
* ci: no need to use yapf as we have pylint * chore: remove MANIFEST.in since we are not using setuptools * chore: move all files into module * chore: update project * docs: added instrutions on how to use just the core client * chore: try limiting python runs to only the changed package * Revert "chore: try limiting python runs to only the changed package" This reverts commit e93b664. * chore: add python core specific validation action * chore: remove python from shared GHA * chore: add python core specific gha * chore: cleanup project file * chore: remove MANIFEST.in since we are not using setuptools * chore: update pylint per module change * chore: update beta project, won't build until core is released * chore: moved beta py files into appropriate module * chore: update readme to match main to avoid merge conflict * chore: add pylintrc * chore: remove pylint, no need to lint generated files * fix: trigger release * docs: update readme
1 parent b80b713 commit eff42a1

File tree

117 files changed

+1247
-483
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

117 files changed

+1247
-483
lines changed

.github/workflows/build-and-test-python-beta.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
branches: ["main"]
77
paths:
88
- "python/packages/microsoft_agents_m365copilot_beta/microsoft_agents_m365copilot_beta/**"
9+
- "python/packages/microsoft_agents_m365copilot_beta/*.py"
910
- "python/packages/microsoft_agents_m365copilot_beta/pyproject.toml"
1011

1112
permissions:

0 commit comments

Comments
 (0)