File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed
Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1111 - uses : actions/checkout@v4
1212 - uses : actions/setup-python@v5
1313 with :
14- python-version : ' 3.11 '
14+ python-version : ' 3.13 '
1515 - run : pip install -e .[dev]
1616 - run : pytest --cov=src --cov-report=xml
1717 - uses : codecov/codecov-action@v5
Original file line number Diff line number Diff line change 1717 - name : Set up Python
1818 uses : actions/setup-python@v5
1919 with :
20- python-version : 3.11
20+ python-version : 3.13
2121 - name : Install Deptry
2222 run : |
2323 python -m pip install --upgrade pip
Original file line number Diff line number Diff line change 1111 - uses : actions/checkout@v4
1212 - uses : actions/setup-python@v5
1313 with :
14- python-version : 3.11
14+ python-version : 3.13
1515 - run : pip install pip-licenses
1616 - run : pip-licenses --format=markdown --with-urls --output-file=licenses.md
1717 - uses : actions/upload-artifact@v4
Original file line number Diff line number Diff line change 1616 - name : Set up Python
1717 uses : actions/setup-python@v5
1818 with :
19- python-version : ' 3.11 '
19+ python-version : ' 3.13 '
2020 - name : Install pip-licenses
2121 run : pip install pip-licenses
2222 - name : Generate license report
Original file line number Diff line number Diff line change 1111 - uses : actions/checkout@v4
1212 - uses : actions/setup-python@v5
1313 with :
14- python-version : ' 3.11 '
14+ python-version : ' 3.13 '
1515 - run : pip install cyclonedx-bom
1616 - run : cyclonedx-py requirements -i requirements.txt -o bom.json
1717 - uses : actions/upload-artifact@v4
Original file line number Diff line number Diff line change 1616 - name : Set up Python
1717 uses : actions/setup-python@v5
1818 with :
19- python-version : ' 3.11 '
19+ python-version : ' 3.13 '
2020 - name : Install pip-audit
2121 run : pip install pip-audit
2222 - name : Run pip-audit and generate JSON
Original file line number Diff line number Diff line change 1515 - name : Set up Python
1616 uses : actions/setup-python@v5
1717 with :
18- python-version : ' 3.11 '
18+ python-version : ' 3.13 '
1919 - name : Install CycloneDX + pip-audit
2020 run : |
2121 pip install cyclonedx-bom pip-audit
Original file line number Diff line number Diff line change 88 - uses : actions/checkout@v4
99 - uses : actions/setup-python@v5
1010 with :
11- python-version : ' 3.11 '
11+ python-version : ' 3.13 '
1212 - run : pip install build twine
1313 - run : python -m build
1414 - run : twine check dist/*
You can’t perform that action at this time.
0 commit comments