File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 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
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__
Original file line number Diff line number Diff line change 33 History
44-------
55
6+ 5.0.1 (2025-12-18)
7+ ==================
8+
9+ * Update PyPI release action.
10+
6115.0.0 (2025-12-18)
712==================
813
You can’t perform that action at this time.
0 commit comments