We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dd62a4a + 469626c commit 7947cbfCopy full SHA for 7947cbf
.github/workflows/deploy.yml
@@ -17,8 +17,7 @@ jobs:
17
uses: snowch/python-semantic-release@master
18
with:
19
github_token: ${{ secrets.SNOWCH_ACCESS_TOKEN }}
20
-# pypi_token: ${{ secrets.PYPI_TOKEN }}
21
-# key:
+ pypi_token: ${{ secrets.PYPI_TOKEN }}
22
deploy:
23
name: Deploy
24
runs-on: ubuntu-latest
hpecp/__init__.py
@@ -26,7 +26,7 @@
26
27
from __future__ import absolute_import
28
29
-__version__ = "0.0.3"
+__version__ = "0.0.4"
30
31
from .logger import Logger
32
0 commit comments