Skip to content

Commit 559d5a9

Browse files
authored
Fix CI for PyPI upload (#942)
1 parent 7719847 commit 559d5a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pip_build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717

1818
def ignore_files(_, filenames):
19-
return [f for f in filenames if f.endswith("_test.py")]
19+
return [f for f in filenames if "test" in f]
2020

2121

2222
def build():

0 commit comments

Comments
 (0)