noexec / curldl

Safely and reliably download files with PycURL
https://pypi.org/project/curldl/
GNU Lesser General Public License v3.0
3 stars 0 forks source link

Implement CI/CD via GitHub workflows #3

Closed noexec closed 1 year ago

noexec commented 1 year ago

Consider transitioning to tox.

Packaging should be probably done with setuptools / wheel / build / twine. Python Packaging is a good reference, whereas Python Packages promotes questionable tools as if they were the preferable ones.

Should include CI/CD via GitHub, including automatic runs on merges, etc.:

noexec commented 1 year ago

Packaging should be split into a separate issue.