File tree 4 files changed +12
-2
lines changed
unstructured_platform_plugins
4 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 27
27
28
28
- name : Build artifact
29
29
run : |
30
- uv run python -m build
30
+ uv build
31
31
32
32
- name : Publish package
33
33
uses : pypa/gh-action-pypi-publish@release/v1
Original file line number Diff line number Diff line change
1
+ ## 0.0.28
2
+
3
+ * ** Isolate what gets bundled in package**
4
+
1
5
## 0.0.27
2
6
3
7
* ** Update repo to us ` uv ` **
Original file line number Diff line number Diff line change @@ -79,3 +79,9 @@ asyncio_mode = "auto"
79
79
[tool .coverage .report ]
80
80
# TODO: improve this
81
81
fail_under = 15
82
+
83
+ [tool .hatch .build .targets .wheel ]
84
+ packages = [" /unstructured_platform_plugins" ]
85
+
86
+ [tool .hatch .build .targets .sdist ]
87
+ packages = [" /unstructured_platform_plugins" ]
Original file line number Diff line number Diff line change 1
- __version__ = "0.0.27 " # pragma: no cover
1
+ __version__ = "0.0.28 " # pragma: no cover
You can’t perform that action at this time.
0 commit comments