File tree Expand file tree Collapse file tree 4 files changed +12
-2
lines changed
unstructured_platform_plugins Expand file tree Collapse file tree 4 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 2727
2828 - name : Build artifact
2929 run : |
30- uv run python -m build
30+ uv build
3131
3232 - name : Publish package
3333 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+
15## 0.0.27
26
37* ** Update repo to us ` uv ` **
Original file line number Diff line number Diff line change @@ -79,3 +79,9 @@ asyncio_mode = "auto"
7979[tool .coverage .report ]
8080# TODO: improve this
8181fail_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