Skip to content

Commit

Permalink
Merge branch 'master' into testpr
Browse files Browse the repository at this point in the history
  • Loading branch information
omryMen authored Dec 4, 2024
2 parents 5c94c91 + 09e938c commit 1fe5eec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion detect_secrets/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = '1.5.29'
VERSION = '1.5.31'

0 comments on commit 1fe5eec

Please sign in to comment.