Skip to content

Commit

Permalink
Update pypi.yml (#446)
Browse files Browse the repository at this point in the history
* Update pypi.yml

* Update __init__.py
  • Loading branch information
babenek authored Oct 23, 2023
1 parent ad1d56c commit e20b010
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ jobs:
contents: write
runs-on: ubuntu-latest
steps:
- name: Install hub tool
run: |
sudo apt-get update && sudo apt-get install -y hub
- name: Upload Assets
uses: samsung/supplychainassurance/.github/actions/[email protected]
env:
Expand Down
2 changes: 1 addition & 1 deletion credsweeper/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
'__version__'
]

__version__ = "1.5.8"
__version__ = "1.5.9"

0 comments on commit e20b010

Please sign in to comment.