From 960730c99d27e3a1a886a13065ab61235c437552 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 4 Dec 2024 08:01:34 +0000 Subject: [PATCH 1/3] publish version 1.5.30 [skip ci] --- detect_secrets/__version__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/detect_secrets/__version__.py b/detect_secrets/__version__.py index a2421e86..82aafe62 100644 --- a/detect_secrets/__version__.py +++ b/detect_secrets/__version__.py @@ -1 +1 @@ -VERSION = '1.5.29' +VERSION = '1.5.30' From f95f57af09287aa2f17b480937d97cf4a1fddeac Mon Sep 17 00:00:00 2001 From: Omry Mendelovich <16597193+omryMen@users.noreply.github.com> Date: Wed, 4 Dec 2024 10:23:18 +0200 Subject: [PATCH 2/3] fix rename (#239) --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 90200082..73b8a9bd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -84,7 +84,7 @@ jobs: python -m pip install wheel python setup.py sdist bdist_wheel - name: rename dist files - run: for file in dist/*.gz; do mv "$file" "${file//-/_}" ; done + run: for file in dist/*.gz; do mv "$file" "${file//bc-detect-secrets/bc_detect_secrets}" ; done - name: Publish a Python distribution to PyPI uses: pypa/gh-action-pypi-publish@b7f401de30cb6434a1e19f805ff006643653240e # v1 - name: sleep and wait for package to refresh From 09e938c5e70d8d6aac5daa6466276ef4ac1706e8 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 4 Dec 2024 08:25:20 +0000 Subject: [PATCH 3/3] publish version 1.5.31 [skip ci] --- detect_secrets/__version__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/detect_secrets/__version__.py b/detect_secrets/__version__.py index 82aafe62..223ce653 100644 --- a/detect_secrets/__version__.py +++ b/detect_secrets/__version__.py @@ -1 +1 @@ -VERSION = '1.5.30' +VERSION = '1.5.31'