File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Security Policy
2
2
3
+ [ ![ CodeQL] ( https://github.com/bckohan/django-enum/actions/workflows/github-code-scanning/codeql/badge.svg?branch=main )] ( https://github.com/bckohan/django-enum/actions/workflows/github-code-scanning/codeql?query=branch:main )
3
4
[ ![ OpenSSF Scorecard] ( https://api.securityscorecards.dev/projects/github.com/bckohan/django-enum/badge )] ( https://securityscorecards.dev/viewer/?uri=github.com/bckohan/django-enum )
4
5
5
6
## Supported Versions
Original file line number Diff line number Diff line change 12
12
python : " 3.12"
13
13
jobs :
14
14
post_create_environment :
15
- - pip install poetry
15
+ - pipx install uv
16
16
post_install :
17
- - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH python -m poetry install --with docs
17
+ - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH uv sync --group docs
18
18
19
19
# Build documentation in the docs/ directory with Sphinx
20
20
sphinx :
You can’t perform that action at this time.
0 commit comments