clvm icon indicating copy to clipboard operation
clvm copied to clipboard

Sdist isn't getting published

Open wallentx opened this issue 2 years ago • 0 comments

In our workflow, we are using pep517.build (which is deprecated) to build the wheel: https://github.com/Chia-Network/clvm/blob/26bb83c2f988dd0a2855c8466e224bd6f0743e69/.github/workflows/publish-to-test-pypi.yml#L32-L44 We aren't building the sdist. If we were to use pip install build, and then python -m build --outdir dist/ ., this should provide the sdist and the wheel to publish to pypi.

wallentx avatar Mar 12 '23 23:03 wallentx