summaryrefslogtreecommitdiff
path: root/scripts/artifacts.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/artifacts.py')
-rw-r--r--scripts/artifacts.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/artifacts.py b/scripts/artifacts.py
index e6e57f7..a8e41c4 100644
--- a/scripts/artifacts.py
+++ b/scripts/artifacts.py
@@ -53,7 +53,7 @@ def artifact_matcher(version):
fn.startswith(prefix) and
os.path.splitext(fn)[1] in ('.exe', '.whl') and
not fn.endswith('-none-any.whl')
- )
+ ) or fn == '{}.tar.gz'.format(prefix)
return matches