File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -22,14 +22,14 @@ jobs:
2222
2323 - name : Verify wheel install
2424 run : |
25- uv venv venv-install-whl
26- source venv-install-whl/bin/activate
25+ uv venv . venv-install-whl
26+ source . venv-install-whl/bin/activate
2727 uv pip install dist/*.whl
2828
2929 - name : Verify source install
3030 run : |
31- uv venv venv-install-tar
32- source venv-install-tar/bin/activate
31+ uv venv . venv-install-tar
32+ source . venv-install-tar/bin/activate
3333 uv pip install dist/*.tar.gz
3434
3535 - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
4141 dist/*.whl
4242
4343 - run : uvx twine check dist/*
44+ - run : uvx pydistcheck --inspect dist/*
45+ - run : uvx pyroma dist/*.tar.gz
46+ - run : uvx check-wheel-contents dist/*.whl
47+ - run : uvx check-manifest -v
4448
4549 - if : github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/')
4650 run : uv publish --trusted-publishing always
You can’t perform that action at this time.
0 commit comments