Skip to content

Commit

Permalink
Allow test package uploads
Browse files Browse the repository at this point in the history
  • Loading branch information
raydouglass authored Dec 17, 2024
1 parent 9915e90 commit f3f6e0d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tools/rapids-find-anaconda-uploads.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ def file_filter_fn(file_path):
filename = path.basename(file_path)
pkg_name = get_pkg_name_from_filename(filename)

if is_test_pkg(pkg_name):
return False
if is_skip_pkg(pkg_name):
return False

Expand Down

0 comments on commit f3f6e0d

Please sign in to comment.