When making a release on GitHub, automatically build and upload the Python package.
In Makefile there are already commands for building the sdist package and uploading it.
One needs just write the GH Action file that is triggered on the Release event.
When making a release on GitHub, automatically build and upload the Python package.
In
Makefilethere are already commands for building thesdistpackage and uploading it.One needs just write the GH Action file that is triggered on the Release event.