summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2017-11-23 18:59:56 -0800
committerBob Ippolito <bob@redivi.com>2017-11-23 18:59:56 -0800
commitdd1762e1b9bbdca4a35df0b016167796505d56a4 (patch)
treeb4720c1f7e6bbe98435b133dfc132a2e77df7daf /scripts
parentc165de2f020b34ff335339fb12e618acea384914 (diff)
downloadsimplejson-dd1762e1b9bbdca4a35df0b016167796505d56a4.tar.gz
also upload tarball
Diffstat (limited to 'scripts')
-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