Skip to content

Commit 9b1ce4f

Browse files
committed
chore:update gha
1 parent 3121673 commit 9b1ce4f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/publish-documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up Python
2121
uses: actions/setup-python@v5
2222
with:
23-
python-version: "3.12"
23+
python-version: "3.13"
2424
- name: Configure Git Credentials
2525
run: |
2626
git config user.name github-actions[bot]

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up Python
2121
uses: actions/setup-python@v5
2222
with:
23-
python-version: "3.12"
23+
python-version: "3.13"
2424
- name: Install pypa/build
2525
run:
2626
python3 -m pip install build --user
@@ -51,7 +51,7 @@ jobs:
5151
name: python-package-distributions
5252
path: dist/
5353
- name: Publish distribution 📦 to PyPI
54-
uses: pypa/gh-action-pypi-publish@release/v1
54+
uses: pypa/gh-action-pypi-publish@v1.12.4
5555

5656
publish-to-testpypi:
5757
name: Publish Python 🐍 distribution 📦 to TestPyPI
@@ -73,7 +73,7 @@ jobs:
7373
name: python-package-distributions
7474
path: dist/
7575
- name: Publish distribution 📦 to TestPyPI
76-
uses: pypa/gh-action-pypi-publish@release/v1.10
76+
uses: pypa/gh-action-pypi-publish@v1.12.4
7777
with:
7878
repository-url: https://test.pypi.org/legacy/
7979
skip-existing: true

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
django-version: [ '5.1.8', '5.2' ]
3939
broker: [ 'redis', 'fakeredis', 'valkey' ]
4040
include:
41-
- python-version: '3.12'
41+
- python-version: '3.13'
4242
django-version: '5.2'
4343
broker: 'redis'
4444
coverage: yes

0 commit comments

Comments
 (0)