Skip to content

Commit e22fe50

Browse files
committed
Version 2.6.1
1 parent 3ca282e commit e22fe50

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/django.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,13 +71,13 @@ jobs:
7171

7272
- name: Publish distribution 📦 to PyPI
7373
if: startsWith(github.ref, 'refs/tags')
74-
uses: pypa/gh-action-pypi-publish@master
74+
uses: pypa/gh-action-pypi-publish@release/v1
7575
with:
7676
password: ${{ secrets.PYPI_API_TOKEN }}
7777

7878
- name: Docker - authenticate
7979
if: startsWith(github.ref, 'refs/tags')
80-
uses: docker/login-action@v1
80+
uses: docker/login-action@v2
8181
with:
8282
username: ${{ secrets.DOCKER_USERNAME }}
8383
password: ${{ secrets.DOCKER_PASSWORD }}

xauth/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.6.0"
1+
__version__ = "2.6.1"

0 commit comments

Comments
 (0)