We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5edef36 + 2c32eff commit 84ac1dfCopy full SHA for 84ac1df
.github/workflows/publish_pypi.yml
@@ -27,4 +27,4 @@ jobs:
27
uses: pypa/gh-action-pypi-publish@master
28
with:
29
user: __token__
30
- password: ${{ PYPI_UPLOAD_TOKEN }}
+ password: ${{ secrets.PYPI_UPLOAD_TOKEN }}
help_tokens/__init__.py
@@ -4,6 +4,6 @@
4
5
from .context_processor import context_processor
6
7
-__version__ = '1.1.2'
+__version__ = '1.1.3'
8
9
default_app_config = 'help_tokens.apps.HelpTokensConfig' # pylint: disable=invalid-name
0 commit comments