Skip to content

Commit 6ac47f0

Browse files
funkatronCopilot
andauthored
Update test_pypi_release.py
Co-authored-by: Copilot <[email protected]>
1 parent 8923d48 commit 6ac47f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_pypi_release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def main():
3131
return False
3232

3333
# Step 2: Check the built files
34-
if not os.path.exists("dist/"):
34+
if not os.path.isdir("dist/"):
3535
print("✗ Build directory not found")
3636
return False
3737

0 commit comments

Comments
 (0)