Run extra targets with latest Python

This commit is contained in:
Adam Johnson 2022-12-08 01:38:57 +00:00
parent ba2231cfc2
commit 70ed0d10a1

View File

@ -49,7 +49,7 @@ jobs:
run: tox --py current
- name: Run extra tox targets
if: ${{ matrix.python-version == '3.9' }}
if: ${{ matrix.python-version == '3.11' }}
run: |
python setup.py bdist_wheel
rm -r djangorestframework.egg-info # see #6139