Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8

- 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 :(

with:
packages-dir: built-packages/
attestations: true
Expand Down
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@ All versions prior to 0.9.0 are untracked.

## [Unreleased]

## [3.5.5]

This is the last planned release in 3.5.x series: All users should upgrade to
a newer release series.

### Fixed

* Release process fix for [3.5.4]

## [3.5.4]

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


<!--Release URLs -->
[Unreleased]: https://github.com/sigstore/sigstore-python/compare/v3.5.3...HEAD
[Unreleased]: https://github.com/sigstore/sigstore-python/compare/v3.5.5...series/3.5.x
[3.5.5]: https://github.com/sigstore/sigstore-python/compare/v3.5.4...v3.5.5
[3.5.4]: https://github.com/sigstore/sigstore-python/compare/v3.5.3...v3.5.4
[3.5.3]: https://github.com/sigstore/sigstore-python/compare/v3.5.2...v3.5.3
[3.5.2]: https://github.com/sigstore/sigstore-python/compare/v3.5.1...v3.5.2
[3.5.1]: https://github.com/sigstore/sigstore-python/compare/v3.5.0...v3.5.1
Expand Down
2 changes: 1 addition & 1 deletion sigstore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@
* `sigstore.sign`: creation of Sigstore signatures
"""

__version__ = "3.5.4"
__version__ = "3.5.5"
Loading