-
Notifications
You must be signed in to change notification settings - Fork 127
Open
Description
#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
Labels
No labels