jsondiff icon indicating copy to clipboard operation
jsondiff copied to clipboard

Publish sdist and bdist wheel

Open groodt opened this issue 5 years ago • 2 comments

The benefits of wheels are well documented. See: https://pythonwheels.com/ This package is pure Python and publishing it as both source and as a wheel is simple.

Would you accept a PR that adds a Makefile that makes it easy for you to release both an sdist and bdist_wheel to PyPI when you create releases?

groodt avatar Dec 21 '19 04:12 groodt

sure

fzumstein avatar Dec 21 '19 08:12 fzumstein

actually, I take this back, not a makefile please but GitHub Actions.

fzumstein avatar Dec 27 '19 19:12 fzumstein