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

Update publish workflow to update individual packages #20

Merged
merged 4 commits into from
Dec 14, 2023

Conversation

suvayu
Copy link
Collaborator

@suvayu suvayu commented Nov 27, 2023

This resolves #17

The implemented behaviour

  • When publishing all 4 packages, behave as before
  • When publishing less than 4 packages, the workflow downloads the latest released wheel for the missing package to run the test suite. Publishes only on success

Note that before this works, spine-tools/Spine-Toolbox#2426 has to merged. Currently it will fail like this

'if' is evaluated before 'matrix', so cannot skip execution of the
workflow based on matrix values.  However factoring out the job to a
reusable workflow allows using 'if' to skip it.
@suvayu suvayu added release-tools Developer tools for the release process automation labels Nov 27, 2023
@suvayu suvayu requested a review from soininen November 27, 2023 23:29
@suvayu suvayu merged commit 1ebfdb7 into spine-tools:master Dec 14, 2023
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automation release-tools Developer tools for the release process
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Publish action to process a single repository
1 participant