Because the build directory is included in .gitignore, it’s likely being excluded when creating the wheel.
$ poetry build
Building streamlit-sortables (0.3.1)
- Building sdist
- Built streamlit_sortables-0.3.1.tar.gz
- Building wheel
- Built streamlit_sortables-0.3.1-py3-none-any.whl
$ cd dist
$ unzip streamlit_sortables-0.3.1-py3-none-any.whl
Archive: streamlit_sortables-0.3.1-py3-none-any.whl
inflating: streamlit_sortables/__init__.py
inflating: streamlit_sortables-0.3.1.dist-info/LICENSE
inflating: streamlit_sortables-0.3.1.dist-info/METADATA
inflating: streamlit_sortables-0.3.1.dist-info/WHEEL
inflating: streamlit_sortables-0.3.1.dist-info/RECORD
Because the build directory is included in .gitignore, it’s likely being excluded when creating the wheel.
$ poetry build Building streamlit-sortables (0.3.1) - Building sdist - Built streamlit_sortables-0.3.1.tar.gz - Building wheel - Built streamlit_sortables-0.3.1-py3-none-any.whl $ cd dist $ unzip streamlit_sortables-0.3.1-py3-none-any.whl Archive: streamlit_sortables-0.3.1-py3-none-any.whl inflating: streamlit_sortables/__init__.py inflating: streamlit_sortables-0.3.1.dist-info/LICENSE inflating: streamlit_sortables-0.3.1.dist-info/METADATA inflating: streamlit_sortables-0.3.1.dist-info/WHEEL inflating: streamlit_sortables-0.3.1.dist-info/RECORD