File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 docs :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v6
1515 - uses : actions/setup-python@v6
1616 - name : Install distclassipy
1717 run : |
Original file line number Diff line number Diff line change 66 blackflakedoc :
77 runs-on : ubuntu-latest
88 steps :
9- - uses : actions/checkout@v4
9+ - uses : actions/checkout@v6
1010 - uses : psf/black@stable
1111 with :
1212 options : " --check --verbose"
Original file line number Diff line number Diff line change 2222 permissions :
2323 id-token : write
2424 steps :
25- - uses : actions/checkout@v4
25+ - uses : actions/checkout@v6
2626 - name : Set up Python
2727 uses : actions/setup-python@v6
2828 with :
Original file line number Diff line number Diff line change 2323 # Next we need to checkout out repository, and set up Python
2424 # A 'name' is just an optional label shown in the log - helpful to clarify progress - and can be anything
2525 - name : Checkout repository
26- uses : actions/checkout@v4
26+ uses : actions/checkout@v6
2727
2828 - name : Set up Python ${{ matrix.python-version }}
2929 uses : actions/setup-python@v6
4141 python3 -m pytest tests/ --cov=distclassipy --cov-report=xml
4242
4343 - name : Upload coverage report to codecov
44- uses : codecov/codecov-action@v5.4.0
44+ uses : codecov/codecov-action@v5.5.2
4545 with :
4646 token : ${{ secrets.CODECOV_TOKEN }}
4747 slug : sidchaini/DistClassiPy
Original file line number Diff line number Diff line change 66</h1 >
77<br >
88
9- [ ![ PyPI] ( https://img.shields .io/pypi/v/ distclassipy?color=blue&logo=pypi&logoColor=white )] ( https://pypi.org/project /distclassipy/ )
10- [ ![ Installs ] ( https://img.shields.io/pypi/dm/ distclassipy.svg?label=PyPI%20downloads )] ( https://pypi.org/project /distclassipy/ )
9+ [ ![ PyPI version ] ( https://badge.fury .io/py/ distclassipy.svg )] ( https://badge.fury.io/py /distclassipy )
10+ [ ![ Downloads ] ( https://pepy.tech/badge/ distclassipy )] ( https://pepy.tech/badge /distclassipy )
1111[ ![ Codecov] ( https://codecov.io/gh/sidchaini/distclassipy/branch/main/graph/badge.svg )] ( https://codecov.io/gh/sidchaini/distclassipy )
1212[ ![ License - GPL-3] ( https://img.shields.io/pypi/l/distclassipy.svg )] ( https://github.com/sidchaini/distclassipy/blob/main/LICENSE )
1313[ ![ Code style: black] ( https://img.shields.io/badge/code%20style-black-000000.svg )] ( https://github.com/psf/black )
You can’t perform that action at this time.
0 commit comments