File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 20
20
- name : Set up Python
21
21
uses : actions/setup-python@v5
22
22
with :
23
- python-version : " 3.12 "
23
+ python-version : " 3.13 "
24
24
- name : Configure Git Credentials
25
25
run : |
26
26
git config user.name github-actions[bot]
Original file line number Diff line number Diff line change 20
20
- name : Set up Python
21
21
uses : actions/setup-python@v5
22
22
with :
23
- python-version : " 3.12 "
23
+ python-version : " 3.13 "
24
24
- name : Install pypa/build
25
25
run :
26
26
python3 -m pip install build --user
51
51
name : python-package-distributions
52
52
path : dist/
53
53
- name : Publish distribution 📦 to PyPI
54
- uses : pypa/gh-action-pypi-publish@release/v1
54
+ uses : pypa/gh-action-pypi-publish@v1.12.4
55
55
56
56
publish-to-testpypi :
57
57
name : Publish Python 🐍 distribution 📦 to TestPyPI
73
73
name : python-package-distributions
74
74
path : dist/
75
75
- 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
77
77
with :
78
78
repository-url : https://test.pypi.org/legacy/
79
79
skip-existing : true
Original file line number Diff line number Diff line change 38
38
django-version : [ '5.1.8', '5.2' ]
39
39
broker : [ 'redis', 'fakeredis', 'valkey' ]
40
40
include :
41
- - python-version : ' 3.12 '
41
+ - python-version : ' 3.13 '
42
42
django-version : ' 5.2'
43
43
broker : ' redis'
44
44
coverage : yes
You can’t perform that action at this time.
0 commit comments