Skip to content

Release process fix for series/3.5.x#1591

Merged
jku merged 1 commit intosigstore:series/3.5.xfrom
jku:release-process-fix-for-3.5
Oct 25, 2025
Merged

Release process fix for series/3.5.x#1591
jku merged 1 commit intosigstore:series/3.5.xfrom
jku:release-process-fix-for-3.5

Conversation

@jku
Copy link
Member

@jku jku commented Oct 24, 2025

The 3.5.4 release failed when running pypa/gh-action-pypi-publish. I believe this is pypa/gh-action-pypi-publish#354 -- the series/3.5.x branch is using an old release action version that has broken in the mean time.

Upgrade the action, bump release version for another attempt

This should fix the release workflow error:

  InvalidDistribution: Metadata is missing required fields: Name, Version.
  Make sure the distribution includes the files where those fields are specified,
  and is using a supported Metadata-Version: 1.0, 1.1, 1.2, 2.0, 2.1, 2.2, 2.3.

Also bump patch version for another attempt.

Signed-off-by: Jussi Kukkonen <jkukkonen@google.com>
Copy link
Member

@woodruffw woodruffw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense, thanks @jku!

@jku jku merged commit bda83b8 into sigstore:series/3.5.x Oct 25, 2025
22 checks passed

- name: publish
uses: pypa/gh-action-pypi-publish@f7600683efdcb7656dec5b29656edb7bc586e597 # v1.10.3
uses: pypa/gh-action-pypi-publish@f7600683efdcb7656dec5b29656edb7bc586e597 # v1.13.0
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

uugh, still managed to use the wrong hash here :(

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.

3 participants