socialpoint-labs / spine-json-lib

Library to modify the JSON format of a Spine asset

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Problem with the release Github workflow order

sp-ricard-valverde opened this issue · comments

  • spine-json-lib version:
  • Python version:
  • Operating System:

Description

The Github Workflow order does not guarantee a broken version to be published to Pypi.

What I Did

When a PR is merged, the workflows for Test and Release are run with the PR changes merged into the master branch.

But they are ran in parallel so in the case of the Tests workflow failing in the master branch, the package would still be published.