Skip to content

Commit

Permalink
Prepare for release 0.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Clarke authored and Christopher Clarke committed Mar 28, 2024
1 parent 5785990 commit 658d548
Showing 1 changed file with 3 additions and 19 deletions.
22 changes: 3 additions & 19 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,24 +11,8 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10"]
django-version: ["18", "19", "110", "111", "20", "21", "22", "30", "31", "32"]
exclude:
- {python-version: "2.7", django-version: "20"}
- {python-version: "2.7", django-version: "21"}
- {python-version: "2.7", django-version: "22"}
- {python-version: "2.7", django-version: "30"}
- {python-version: "2.7", django-version: "31"}
- {python-version: "2.7", django-version: "32"}
- {python-version: "3.5", django-version: "30"}
- {python-version: "3.5", django-version: "31"}
- {python-version: "3.5", django-version: "32"}
- {python-version: "3.10", django-version: "18"}
- {python-version: "3.10", django-version: "19"}
- {python-version: "3.10", django-version: "110"}
- {python-version: "3.10", django-version: "111"}
- {python-version: "3.10", django-version: "20"}

python-version: [ "3.7", "3.8", "3.9", "3.10"]
django-version: [ "3.0", "3.1", "3.2","4.0", "4.2", "5.0"]
steps:
- uses: actions/checkout@v2

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

0 comments on commit 658d548

Please sign in to comment.