Skip to content

Commit bda83b8

Browse files
authored
series/3.5.x: Upgrade release action, bump version (#1591)
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 <[email protected]>
1 parent 2a8d5b9 commit bda83b8

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
125125

126126
- name: publish
127-
uses: pypa/gh-action-pypi-publish@f7600683efdcb7656dec5b29656edb7bc586e597 # v1.10.3
127+
uses: pypa/gh-action-pypi-publish@f7600683efdcb7656dec5b29656edb7bc586e597 # v1.13.0
128128
with:
129129
packages-dir: built-packages/
130130
attestations: true

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@ All versions prior to 0.9.0 are untracked.
88

99
## [Unreleased]
1010

11+
## [3.5.5]
12+
13+
This is the last planned release in 3.5.x series: All users should upgrade to
14+
a newer release series.
15+
16+
### Fixed
17+
18+
* Release process fix for [3.5.4]
19+
1120
## [3.5.4]
1221

1322
### Fixed
@@ -560,7 +569,9 @@ This is a corrective release for [2.1.1].
560569

561570

562571
<!--Release URLs -->
563-
[Unreleased]: https://github.com/sigstore/sigstore-python/compare/v3.5.3...HEAD
572+
[Unreleased]: https://github.com/sigstore/sigstore-python/compare/v3.5.5...series/3.5.x
573+
[3.5.5]: https://github.com/sigstore/sigstore-python/compare/v3.5.4...v3.5.5
574+
[3.5.4]: https://github.com/sigstore/sigstore-python/compare/v3.5.3...v3.5.4
564575
[3.5.3]: https://github.com/sigstore/sigstore-python/compare/v3.5.2...v3.5.3
565576
[3.5.2]: https://github.com/sigstore/sigstore-python/compare/v3.5.1...v3.5.2
566577
[3.5.1]: https://github.com/sigstore/sigstore-python/compare/v3.5.0...v3.5.1

sigstore/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@
2525
* `sigstore.sign`: creation of Sigstore signatures
2626
"""
2727

28-
__version__ = "3.5.4"
28+
__version__ = "3.5.5"

0 commit comments

Comments
 (0)