Skip to content

Commit 7947cbf

Browse files
committed
Merge branch 'master' of github.com:hpe-container-platform-community/hpecp-python-library
2 parents dd62a4a + 469626c commit 7947cbf

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ jobs:
1717
uses: snowch/python-semantic-release@master
1818
with:
1919
github_token: ${{ secrets.SNOWCH_ACCESS_TOKEN }}
20-
# pypi_token: ${{ secrets.PYPI_TOKEN }}
21-
# key:
20+
pypi_token: ${{ secrets.PYPI_TOKEN }}
2221
deploy:
2322
name: Deploy
2423
runs-on: ubuntu-latest

hpecp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
from __future__ import absolute_import
2828

29-
__version__ = "0.0.3"
29+
__version__ = "0.0.4"
3030

3131
from .logger import Logger
3232

0 commit comments

Comments
 (0)