Skip to content

Provide wheels for PyPI #3

Open
@altendky

Description

@altendky

In general, and especially for compiled packages, it is good to provide wheels for easier installation. Let's do that and setup CI (I would recommend Azure Pipelines) to handle this as well as testing. Hopefully I can put together a PR for this...

In the mean time, we have a shortcut to manually generate wheels without any testing.

https://dev.azure.com/altendky/f1722f91-62fe-4a15-8937-252c96b31292/_build/results?buildId=6396

$ venv/bin/romp --command 'git clone https://github.com/kpdemetriou/siphash-cffi repo; python -m pip install cibuildwheel; export CIBW_SKIP='"'"'cp27-*'"'"'; python -m cibuildwheel --output-dir wheelhouse repo' --version 3.7 --artifact-paths wheelhouse
Requesting build
Waiting for build: https://dev.azure.com/altendky/f1722f91-62fe-4a15-8937-252c96b31292/_build/results?buildId=6396

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