Skip to content

Commit 90349e5

Browse files
committed
ci: update versions
1 parent 978e2a5 commit 90349e5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
matrix:
6767
include:
6868
- name: linting,docs
69-
python: '3.10'
69+
python: '3.11'
7070
allow_failure: false
7171

7272
- name: py311-dj42-postgres-xdist-coverage
@@ -121,7 +121,7 @@ jobs:
121121

122122
deploy:
123123
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
125125
timeout-minutes: 15
126126
permissions:
127127
contents: read
@@ -134,7 +134,7 @@ jobs:
134134

135135
- uses: actions/setup-python@v4
136136
with:
137-
python-version: "3.10"
137+
python-version: '3.11'
138138

139139
- name: Install dependencies
140140
run: |
@@ -145,7 +145,7 @@ jobs:
145145
run: python -m build
146146

147147
- name: Publish package
148-
uses: pypa/gh-action-pypi-publish@v1.6.4
148+
uses: pypa/gh-action-pypi-publish@0bf742be3ebe032c25dd15117957dc15d0cfc38d # v1.8.5
149149
with:
150150
user: __token__
151151
password: ${{ secrets.pypi_token }}

0 commit comments

Comments
 (0)