Skip to content

Can you publish as as wheel as well as sdist?  #30

@matthewdeanmartin

Description

@matthewdeanmartin

There are certain security benefits to publishing wheels

# mitigate supply chain risk by using --only-binary
pip install flask-basicauth --only-binary=:all:

It looks like you're using setup.py, so if you add bdist_wheel
python setup.py build sdist bdist_wheel

and then twine upload the .whl file, that would do it.

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions