Skip to content
This repository was archived by the owner on Nov 14, 2024. It is now read-only.

Commit 86d7223

Browse files
author
M. Zulqarnain
authored
Upload token from secrets (#45)
1 parent 6f69e77 commit 86d7223

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 }}

lang_pref_middleware/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Init module for lang_pref_middleware."""
22

3-
__version__ = '0.3.0'
3+
__version__ = '0.3.1'

0 commit comments

Comments
 (0)