There was an error while loading. Please reload this page.
1 parent 745e1f9 commit 287c006Copy full SHA for 287c006
1 file changed
.github/workflows/release.yml
@@ -77,8 +77,8 @@ jobs:
77
run: |
78
git fetch --tags
79
git checkout ${{ steps.tag_version.outputs.new_tag }}
80
- uv run --extra=release python -m build --sdist --wheel --outdir dist/ .
81
- uv run check-wheel-contents dist/*.whl
+ uv build --sdist --wheel --out-dir dist/
+ uv run --extra=release check-wheel-contents dist/*.whl
82
83
# We use PyPI trusted publishing rather than a PyPI API token.
84
# See https://github.com/pypa/gh-action-pypi-publish/tree/release/v1/?tab=readme-ov-file#trusted-publishing.
0 commit comments