Skip to content

Commit 658d548

Browse files
Christopher ClarkeChristopher Clarke
authored andcommitted
Prepare for release 0.6.7
1 parent 5785990 commit 658d548

File tree

1 file changed

+3
-19
lines changed

1 file changed

+3
-19
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -11,24 +11,8 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
python-version: ["2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10"]
15-
django-version: ["18", "19", "110", "111", "20", "21", "22", "30", "31", "32"]
16-
exclude:
17-
- {python-version: "2.7", django-version: "20"}
18-
- {python-version: "2.7", django-version: "21"}
19-
- {python-version: "2.7", django-version: "22"}
20-
- {python-version: "2.7", django-version: "30"}
21-
- {python-version: "2.7", django-version: "31"}
22-
- {python-version: "2.7", django-version: "32"}
23-
- {python-version: "3.5", django-version: "30"}
24-
- {python-version: "3.5", django-version: "31"}
25-
- {python-version: "3.5", django-version: "32"}
26-
- {python-version: "3.10", django-version: "18"}
27-
- {python-version: "3.10", django-version: "19"}
28-
- {python-version: "3.10", django-version: "110"}
29-
- {python-version: "3.10", django-version: "111"}
30-
- {python-version: "3.10", django-version: "20"}
31-
14+
python-version: [ "3.7", "3.8", "3.9", "3.10"]
15+
django-version: [ "3.0", "3.1", "3.2","4.0", "4.2", "5.0"]
3216
steps:
3317
- uses: actions/checkout@v2
3418

@@ -60,7 +44,7 @@ jobs:
6044
python -m build
6145
- name: Publish package
6246
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
63-
uses: pypa/gh-action-pypi-publish@release/v1
47+
uses: pypa/gh-action-pypi-publish@v1.8.14
6448
with:
6549
user: __token__
6650
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)