Skip to content

Commit

Permalink
No longer signing releases
Browse files Browse the repository at this point in the history
  • Loading branch information
etrepum committed Sep 8, 2018
1 parent bfa10c0 commit 1bac225
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/release.py
Expand Up @@ -63,8 +63,7 @@ def upload_artifacts(version):
args = ['twine', 'upload']
for fn in artifacts:
if matches(fn):
filename = os.path.join('dist', fn)
args.extend([filename, filename + '.asc'])
args.append(os.path.join('dist', fn))
subprocess.check_call(args)


Expand Down

0 comments on commit 1bac225

Please sign in to comment.