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

Commit

Permalink
Upload token from secrets (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
M. Zulqarnain authored Jan 8, 2021
1 parent 6f69e77 commit 86d7223
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
uses: pypa/gh-action-pypi-publish@master
with:
user: __token__
password: ${{ PYPI_UPLOAD_TOKEN }}
password: ${{ secrets.PYPI_UPLOAD_TOKEN }}
2 changes: 1 addition & 1 deletion lang_pref_middleware/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Init module for lang_pref_middleware."""

__version__ = '0.3.0'
__version__ = '0.3.1'

0 comments on commit 86d7223

Please sign in to comment.