From 58e6112cc67007be895e4b7f6cc4124bc585a4ca Mon Sep 17 00:00:00 2001 From: Andrew Grigorev Date: Fri, 6 Sep 2024 00:03:55 +0300 Subject: [PATCH] Fix gh-action-sigstore-python version --- .github/workflows/release.yml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 671b0e0..96237a1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -88,7 +88,7 @@ jobs: - name: Download artifacts uses: actions/download-artifact@v4 - name: Sign the dists with Sigstore - uses: sigstore/gh-action-sigstore-python@v3 + uses: sigstore/gh-action-sigstore-python@v3.0.0 with: inputs: >- ./dist/*.tar.gz diff --git a/pyproject.toml b/pyproject.toml index 58ff6ab..d5886fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "flask-shell-ipython" -version = "0.5.2" +version = "0.5.3" description = "Replace default `flask shell` command by similar command running IPython." readme = "README.md" readme-content-type = "text/markdown"