Skip to content

Commit

Permalink
bump sigstore/gh-action-sigstore-python
Browse files Browse the repository at this point in the history
- ci: bump sigstore/gh-action-sigstore-python to v3.0.0
  • Loading branch information
msftcangoblowm committed Oct 15, 2024
1 parent 1ad62c8 commit 59b37ba
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
name: python-package-distributions
path: ${{ env.DEST_FOLDER }}
- name: Sign the dists with Sigstore
uses: sigstore/gh-action-sigstore-python@v1.2.3
uses: sigstore/gh-action-sigstore-python@v3.0.0
with:
inputs: >-
./dist/*.tar.gz
Expand Down
7 changes: 7 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,13 @@ Changelog

.. scriv-start-here
.. _changes_1-3-2:

Version 1.3.2 — 2024-10-15
--------------------------

- ci: bump sigstore/gh-action-sigstore-python to v3.0.0

.. _changes_1-3-1:

Version 1.3.1 — 2024-10-15
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@
# @@@ editable
copyright = "2023–2024, Dave Faulkmore"
# The short X.Y.Z version.
version = "1.3.1"
version = "1.3.2"
# The full version, including alpha/beta/rc tags.
release = "1.3.1"
release = "1.3.2"
# The date of release, in "monthname day, year" format.
release_date = "October 15, 2024"
# @@@ end
Expand Down

0 comments on commit 59b37ba

Please sign in to comment.