Skip to content

publish wheel #318

@dimbleby

Description

@dimbleby

#316 was closed too fast!

This project publishes only source distributions, not wheels. Eg see https://pypi.org/project/cos-python-sdk-v5/#files

Per #316, to build and publish both wheels and source distributions, a typical process would be

python -m pip install build twine
python -m build
twine upload dist/*

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions