Skip to content

Latest version on pypi does not contain source distribution #1499

@mspiller

Description

@mspiller

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions