Skip to content

Commit

Permalink
Fix CI for PyPI upload (#942)
Browse files Browse the repository at this point in the history
  • Loading branch information
haifeng-jin committed Sep 22, 2023
1 parent 7719847 commit 559d5a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pip_build.py
Expand Up @@ -16,7 +16,7 @@


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


def build():
Expand Down

0 comments on commit 559d5a9

Please sign in to comment.