mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-09-17 09:42:29 +03:00
Run extra targets with latest Python
This commit is contained in:
parent
ba2231cfc2
commit
70ed0d10a1
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -49,7 +49,7 @@ jobs:
|
||||||
run: tox --py current
|
run: tox --py current
|
||||||
|
|
||||||
- name: Run extra tox targets
|
- name: Run extra tox targets
|
||||||
if: ${{ matrix.python-version == '3.9' }}
|
if: ${{ matrix.python-version == '3.11' }}
|
||||||
run: |
|
run: |
|
||||||
python setup.py bdist_wheel
|
python setup.py bdist_wheel
|
||||||
rm -r djangorestframework.egg-info # see #6139
|
rm -r djangorestframework.egg-info # see #6139
|
||||||
|
|
Loading…
Reference in New Issue
Block a user