<!-- ⚠️ If you do not respect this template, your issue will be closed --> <!-- ⚠️ Make sure to browse the opened and closed issues --> ### Information - **rustworkx version**: 0.17.1 - **Python version**: 3.12.9 - **Rust version**: 1.88.0 - **Operating system**: MacOSX, Amazon Linux 2023. ### What is the current behavior? Pypi does not contain sources distribution: https://pypi.org/project/rustworkx/#files vs https://pypi.org/project/rustworkx/0.16.0/#files ### What is the expected behavior? It should contain also the source distribtuion like previous version 0.16.0 did. ### Steps to reproduce the problem ``` # works pip install --no-binary :all: rustworkx==0.16.0 # not working pip install --no-binary :all: rustworkx==0.17.1 ```