Skip to content

Can you publish a wheel to pypi? #3

Description

@matthewdeanmartin

This is one way to create a wheel and get it published to pypi: https://www.realpythonproject.com/how-to-create-a-wheel-file-for-your-python-package-and-import-it-in-another-project/

e.g.
python setup.py bdist_wheel

There are several security advantages to building and publishing wheels even if the code is pure python.

I can't do a pull request to help you because the key step is running twine & publishing.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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