ci(github-workflows): fix release workflow, signed assets #17
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR fixes the failing release action in the GitHub workflow, e.g.: https://github.com/espressif/cz-plugin-espressif/actions/runs/11143519291/job/30968812509.
create-release
workflow has changed:.gz
archive).-py3-none-any.whl
) + source code ---> testing this build in a matrix (os/python/arch); this is faster, avoids issues with overwriting artifacts, and allows for caching.*.whl
/*.tar.gz
) are automatically signed with Sigstore before upload to GitHub releaseTested on fork (will not be merged; contains the same changes as this PR)
Full pipeline triggered by pushing a tag: https://github.com/tomassebestik/cz-plugin-espressif/actions/runs/11213710768.
(trigger: from
master
bycz bump --retry
--->git push --force-with-lease
--->git push origin --tags
)GitHub release details, with assets and automatic release notes: https://github.com/tomassebestik/cz-plugin-espressif/releases/tag/v1.4.0.
Test-PyPI release: https://test.pypi.org/manage/project/czespressif/release/1.4.0/.
Test-PyPI release: didn't run, but expected to works the same as TestPYPI
Note
On the fork,
v1.3.0
andv1.4.0
were created by fake commits within testing and have nothing to do with versioning inespressif/cz-plugin-espressif
(this repo).