Skip to content

Commit 8c420df

Browse files
authored
Fix release channel (mozilla#572)
1 parent b9f61b2 commit 8c420df

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ jobs:
1010
name: Mozilla Django OIDC Release
1111
steps:
1212
- name: Checkout repository
13-
uses: actions/checkout@v4
13+
uses: actions/checkout@v6
1414
- name: Setup python
15-
uses: actions/setup-python@v5
15+
uses: actions/setup-python@v6
1616
with:
1717
python-version: "3.12"
1818
- name: Install dependencies
@@ -28,7 +28,7 @@ jobs:
2828
--outdir dist/
2929
.
3030
- name: Publish a Python distribution to PyPI
31-
uses: pypa/gh-action-pypi-publish@v1
31+
uses: pypa/gh-action-pypi-publish@release/v1
3232
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
3333
with:
3434
user: __token__

HISTORY.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
History
44
-------
55

6+
5.0.1 (2025-12-18)
7+
==================
8+
9+
* Update PyPI release action.
10+
611
5.0.0 (2025-12-18)
712
==================
813

0 commit comments

Comments
 (0)