python / release-tools

Scripts for making (C)Python releases
41 stars 34 forks source link

Refactor duplicate file upload code #182

Closed hugovk closed 2 weeks ago

hugovk commented 1 month ago

These functions are almost identical:

image

Let's rename the first so they're both specific:

And then move the duplicate code into a new general upload_files_to_server(db, server).