Skip to content

Commit 5249555

Browse files
committed
chore: update shared files
Automated update of shared files from the social-core repository, see https://github.com/python-social-auth/.github/blob/main/repo-sync.py
1 parent 7bd9420 commit 5249555

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.github/workflows/release.yml

+8-4
Original file line numberDiff line numberDiff 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
@@ -41,6 +41,10 @@ jobs:
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

0 commit comments

Comments
 (0)