equinor / completor

Advanced multi-segmented well completion tool
https://equinor.github.io/completor/
GNU Lesser General Public License v3.0
0 stars 0 forks source link

ci(fix): Publish to pypi with workflow_call when release-please tag created #121

Closed netr0m closed 2 months ago

netr0m commented 2 months ago

Description

Use workflow_call to run publish workflow when release-please has created a new tag, as tags created by release-please are created by the github-actions[bot] bot and as such may not trigger other workflows indirectly.

Why

The motivation for the change (if applicable)

How

How the change is implemented (if it's not self evident in the diff)

Dependencies

Close: #XXX

Checklist:

Before submitting this PR, please make sure:

netr0m commented 2 months ago

Add the following as a 'Description' when squash-merging to bump the version and trigger release-please:

Release-As: 0.1.3
netr0m commented 2 months ago

Not needed, as we identified a way to get the original on-tag based solution working with a PAT