Open moto-timo opened 7 months ago
While we might eventually push to pypi, we could probably leverage what other projects do that publish their wheel and sdist from GitHub Actions?
wheel
sdist
PR #17 includes a workflow with build artifacts and a release workflow that populates the (generated) release page with freshly built artifacts from the release tag. See example here.
While we might eventually push to pypi, we could probably leverage what other projects do that publish their
wheel
andsdist
from GitHub Actions?