Skip to content

Commit 84ac1df

Browse files
authored
Merge pull request #22 from edx/usamasadiq/bom-2209-update-pypi-credentials
Update PyPI token
2 parents 5edef36 + 2c32eff commit 84ac1df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish_pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ jobs:
2727
uses: pypa/gh-action-pypi-publish@master
2828
with:
2929
user: __token__
30-
password: ${{ PYPI_UPLOAD_TOKEN }}
30+
password: ${{ secrets.PYPI_UPLOAD_TOKEN }}

help_tokens/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44

55
from .context_processor import context_processor
66

7-
__version__ = '1.1.2'
7+
__version__ = '1.1.3'
88

99
default_app_config = 'help_tokens.apps.HelpTokensConfig' # pylint: disable=invalid-name

0 commit comments

Comments
 (0)