Skip to content

Also release source distribution on PyPI #240

Description

@qartik

Describe the bug

It looks like since v0.7.x no source distributions are being uploaded to PyPI. Is it possible to upload source distributions as part of the release process as used to be the case before?

To Reproduce

 ❯ pip install --no-binary pyqir==0.8.2 pyqir==0.8.2
ERROR: Could not find a version that satisfies the requirement pyqir==0.8.2 (from versions: 0.3.2a1, 0.4.0a1, 0.4.1a1, 0.4.2a1, 0.5.0a1, 0.6.0, 0.6.1, 0.6.2)
ERROR: No matching distribution found for pyqir==0.8.2

Expected behavior

❯ pip install --no-binary pyqir==0.6.2 pyqir==0.6.2
Collecting pyqir==0.6.2
  Using cached pyqir-0.6.2-py3-none-any.whl (1.9 kB)
Requirement already satisfied: pyqir-generator>=0.6.2 in ./.venv/lib/pypy3.9/site-packages (from pyqir==0.6.2) (0.7.0)
Requirement already satisfied: pyqir-evaluator>=0.6.2 in ./.venv/lib/pypy3.9/site-packages (from pyqir==0.6.2) (0.7.0)
Requirement already satisfied: pyqir-parser>=0.6.2 in ./.venv/lib/pypy3.9/site-packages (from pyqir==0.6.2) (0.7.0)
Installing collected packages: pyqir
Successfully installed pyqir-0.6.2

System information

  • > 0.6.2

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions