We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57137a4 commit 78b1012Copy full SHA for 78b1012
.github/workflows/release.yml
@@ -27,8 +27,7 @@ jobs:
27
28
- name: Build artifact
29
run: |
30
- python setup.py sdist
31
- python setup.py bdist_wheel
+ uv run python -m build
32
33
- name: Publish package
34
uses: pypa/gh-action-pypi-publish@release/v1
pyproject.toml
@@ -37,7 +37,8 @@ path = "unstructured_platform_plugins/__version__.py"
37
[dependency-groups]
38
release = [
39
"twine",
40
- "wheel"
+ "wheel",
41
+ "build"
42
]
43
lint = [
44
"ruff",
0 commit comments