cloudevents / sdk-python

Python SDK for CloudEvents
https://pypi.org/p/cloudevents/
Apache License 2.0
266 stars 53 forks source link

ci: refine publishing WF #202

Closed xSAVIKx closed 1 year ago

xSAVIKx commented 1 year ago

Closes #178.

Changes

The release pipeline is refined and now builds and publishes wheel and sdist.

There is no need for cibuildwheel while we do not have any OS-specific libraries or extensions to build. Pure Python wheel is the best one we should deliver.