File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 7777 run : |
7878 git fetch --tags
7979 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
80+ uv build --sdist --wheel --out-dir dist/
81+ uv run --extra=release check-wheel-contents dist/*.whl
8282
8383 # We use PyPI trusted publishing rather than a PyPI API token.
8484 # See https://github.com/pypa/gh-action-pypi-publish/tree/release/v1/?tab=readme-ov-file#trusted-publishing.
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ optional-dependencies.dev = [
7676 " vws-python-mock==2024.8.30" ,
7777 " vws-test-fixtures==2023.3.5" ,
7878]
79- optional-dependencies.release = [ " build==1.2.2.post1 " , " check-wheel-contents==0.6.0" ]
79+ optional-dependencies.release = [ " check-wheel-contents==0.6.0" ]
8080urls.Documentation = " https://vws-python.readthedocs.io/en/latest/"
8181urls.Source = " https://github.com/VWS-Python/vws-python"
8282
You can’t perform that action at this time.
0 commit comments