We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ca282e commit e22fe50Copy full SHA for e22fe50
.github/workflows/django.yml
@@ -71,13 +71,13 @@ jobs:
71
72
- name: Publish distribution 📦 to PyPI
73
if: startsWith(github.ref, 'refs/tags')
74
- uses: pypa/gh-action-pypi-publish@master
+ uses: pypa/gh-action-pypi-publish@release/v1
75
with:
76
password: ${{ secrets.PYPI_API_TOKEN }}
77
78
- name: Docker - authenticate
79
80
- uses: docker/login-action@v1
+ uses: docker/login-action@v2
81
82
username: ${{ secrets.DOCKER_USERNAME }}
83
password: ${{ secrets.DOCKER_PASSWORD }}
xauth/__init__.py
@@ -1 +1 @@
1
-__version__ = "2.6.0"
+__version__ = "2.6.1"
0 commit comments