You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
In our workflow, we are using
pep517.build
(which is deprecated) to build the wheel:clvm/.github/workflows/publish-to-test-pypi.yml
Lines 32 to 44 in 26bb83c
We aren't building the sdist.
If we were to use
pip install build
, and thenpython -m build --outdir dist/ .
, this should provide the sdist and the wheel to publish to pypi.The text was updated successfully, but these errors were encountered: