build
build copied to clipboard
Build doesn't create files
Running python -m build in correct directory does not return any files. Is there something going on that I am not aware of?
Details
- OS: Raspberry Pi OS
Is an sdist and a wheel not created in ./dist? Is the build failing?
Yes, what is the problem? I am a beginner to build.
It returns
Successfully built Abinde-1.9.6.tar.gz and Abinde-1.9.6-py3-none-any.whl
but doesn't build.
This is where it gets weird: I run ls and the files exist, but I can't see them in my file manager and it uploaded a really old version as well. But twine upload dist/* works so I think I fixed it?