Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

deploy source distribution #25

@pattonw

Description

@pattonw

Upload source code for cases when built distributions are incompatible

At the moment install options are to pip install which installs compiled versions of the code which is great if you are on linux and use python 3.5 or 3.6. In other cases you can clone the github repo and build from source. Pip install should fall back on building from source if none of the compiled wheels are compatible.

twine has an sdist option to package up source code for this purpose, but it does not include any of the rust files when gathering code. Ideally we could find a way around this

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