From e22fe507fe98865ee63c1a9d9fb9c52c672222e0 Mon Sep 17 00:00:00 2001 From: Orinda Harrison Date: Tue, 18 Oct 2022 23:11:38 +0300 Subject: [PATCH] Version 2.6.1 --- .github/workflows/django.yml | 4 ++-- xauth/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/django.yml b/.github/workflows/django.yml index 5b8c70c..f4a8fa5 100644 --- a/.github/workflows/django.yml +++ b/.github/workflows/django.yml @@ -71,13 +71,13 @@ jobs: - name: Publish distribution 📦 to PyPI if: startsWith(github.ref, 'refs/tags') - uses: pypa/gh-action-pypi-publish@master + uses: pypa/gh-action-pypi-publish@release/v1 with: password: ${{ secrets.PYPI_API_TOKEN }} - name: Docker - authenticate if: startsWith(github.ref, 'refs/tags') - uses: docker/login-action@v1 + uses: docker/login-action@v2 with: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} diff --git a/xauth/__init__.py b/xauth/__init__.py index e5e59e3..fab833f 100644 --- a/xauth/__init__.py +++ b/xauth/__init__.py @@ -1 +1 @@ -__version__ = "2.6.0" +__version__ = "2.6.1"