Skip to content

Commit 06fc1c2

Browse files
committed
Update tests.
1 parent 6ae4cf0 commit 06fc1c2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_apptools.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ def dummy_communicate(self, *args, **kwargs):
4343
assert issued_commands == [
4444
'git push',
4545
'git push --tags',
46-
'uv build',
46+
'uv build --wheel',
47+
'uv build --sdist',
4748
'uv publish'
4849
]
4950

0 commit comments

Comments
 (0)