File tree Expand file tree Collapse file tree 3 files changed +3
-22
lines changed
Expand file tree Collapse file tree 3 files changed +3
-22
lines changed Original file line number Diff line number Diff line change 2323 - name : Build
2424 run : uv build
2525 - name : Smoke test (wheel)
26- run : uv run --isolated --no-project --with dist/*.whl tests/smoke_test.py
26+ run : uv run --isolated --no-project --with dist/*.whl -m tests.project.manage check
2727 - name : Smoke test (source distribution)
28- run : uv run --isolated --no-project --with dist/*.tar.gz tests/smoke_test.py
28+ run : uv run --isolated --no-project --with dist/*.tar.gz -m tests.project.manage check
2929 - name : Publish
3030 run : uv publish
Original file line number Diff line number Diff line change 44
55
66def main ():
7- os .environ .setdefault ("DJANGO_SETTINGS_MODULE" , "project.settings" )
7+ os .environ .setdefault ("DJANGO_SETTINGS_MODULE" , "tests.project. project.settings" )
88 try :
99 from django .core .management import execute_from_command_line
1010 except ImportError as exc :
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments