File tree Expand file tree Collapse file tree 3 files changed +508
-262
lines changed
Expand file tree Collapse file tree 3 files changed +508
-262
lines changed Original file line number Diff line number Diff line change 2929 - uses : actions/checkout@v3
3030 with :
3131 fetch-depth : 0
32- - uses : wagoid/commitlint-github-action@v4.1.11
32+ - uses : wagoid/commitlint-github-action@v5
3333
3434 test :
3535 strategy :
3838 python-version :
3939 - " 3.9"
4040 - " 3.10"
41+ - " 3.11"
4142 os :
4243 - ubuntu-latest
4344 runs-on : ${{ matrix.os }}
7879 # - Create GitHub release
7980 # - Publish to PyPI
8081 - name : Python Semantic Release
81- uses : relekang/python-semantic-release@v7.31.4
82+ uses : relekang/python-semantic-release@v7.33.1
8283 with :
8384 github_token : ${{ secrets.GITHUB_TOKEN }}
8485 pypi_token : ${{ secrets.PYPI_TOKEN }}
Original file line number Diff line number Diff line change 3939 - id : pyupgrade
4040 args : [--py37-plus]
4141 - repo : https://github.com/PyCQA/isort
42- rev : 5.10.1
42+ rev : 5.12.0
4343 hooks :
4444 - id : isort
4545 - repo : https://github.com/psf/black
You can’t perform that action at this time.
0 commit comments