Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI: changes in preparation for automated publication #12

Merged
merged 2 commits into from
Apr 25, 2024

Conversation

hnez
Copy link
Member

@hnez hnez commented Apr 24, 2024

We want to automatically publish new usbmuxctl 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:

See linux-automation/lxa-iobus#45 for an equivalent PR on another project.

SmithChart
SmithChart previously approved these changes Apr 25, 2024
@hnez hnez dismissed SmithChart’s stale review April 25, 2024 08:35

The merge-base changed after approval.

hnez added 2 commits April 25, 2024 15:36
This makes it easier to re-use the artifacts in other jobs,
that e.g. publish them to pypi.org.

Signed-off-by: Leonard Göhrs <[email protected]>
This does not have any immediate benefits but allows us to add a publish
stage in the next step that depends on all the qa steps to complete
successfully and use the artifacts generated by the build stage.

Signed-off-by: Leonard Göhrs <[email protected]>
@SmithChart SmithChart merged commit 3dfef2c into linux-automation:master Apr 25, 2024
3 checks passed
@hnez hnez deleted the ci-changes branch April 25, 2024 13:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants