Chia-Network / clvm

[Contract Language|Chia Lisp] Virtual Machine
Apache License 2.0
86 stars 35 forks source link

Sdist isn't getting published #133

Open wallentx opened 1 year ago

wallentx commented 1 year ago

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.