File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 66
66
matrix :
67
67
include :
68
68
- name : linting,docs
69
- python : ' 3.10 '
69
+ python : ' 3.11 '
70
70
allow_failure : false
71
71
72
72
- name : py311-dj42-postgres-xdist-coverage
@@ -121,7 +121,7 @@ jobs:
121
121
122
122
deploy :
123
123
if : github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags') && github.repository == 'pytest-dev/pytest-django'
124
- runs-on : ubuntu-20 .04
124
+ runs-on : ubuntu-22 .04
125
125
timeout-minutes : 15
126
126
permissions :
127
127
contents : read
@@ -134,7 +134,7 @@ jobs:
134
134
135
135
- uses : actions/setup-python@v4
136
136
with :
137
- python-version : " 3.10 "
137
+ python-version : ' 3.11 '
138
138
139
139
- name : Install dependencies
140
140
run : |
@@ -145,7 +145,7 @@ jobs:
145
145
run : python -m build
146
146
147
147
- name : Publish package
148
- uses : pypa/gh-action-pypi-publish@v1.6.4
148
+ uses : pypa/gh-action-pypi-publish@0bf742be3ebe032c25dd15117957dc15d0cfc38d # v1.8.5
149
149
with :
150
150
user : __token__
151
151
password : ${{ secrets.pypi_token }}
You can’t perform that action at this time.
0 commit comments