Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
Signed-off-by: sal rashid <salrashid123@gmail.com>
  • Loading branch information
salrashid123 committed Sep 23, 2024
1 parent f2254e2 commit 094ae98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ jobs:
publish-to-testpypi:
name: Publish Python distribution to TestPyPI
if: startsWith(github.ref, 'refs/tags/') # only publish to PyPI on tag pushes
needs:
- build
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

setuptools.setup(
name="cloud_auth_tpm",
version="0.6.3",
version="0.6.4",
author="Sal Rashid",
author_email="salrashid123@gmail.com",
description="Python TPM based Credentials for Cloud Providers",
Expand Down

0 comments on commit 094ae98

Please sign in to comment.