linux-automation / lxa-iobus

Linux Automation IOBus server
https://lxa-iobus.readthedocs.io/en/latest/
Apache License 2.0
3 stars 4 forks source link

CI: changes in preparation for automated publication #45

Closed hnez closed 4 months ago

hnez commented 4 months ago

We want to automatically publish new lxa-iobus releases to pypi.org.

To do that we need to perform some modifications to our CI pipelines, most importantly joining all jobs into a single workflow file so that the publication job can depend on all other jobs to succeed first.

TODO before merging: