File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 6565
6666 - name : Post or update result comment
6767 id : comment
68- uses : actions/github-script@v7
68+ uses : actions/github-script@v8
6969 with :
7070 github-token : ${{ secrets.GITHUB_TOKEN }}
7171 script : |
Original file line number Diff line number Diff line change 1010 steps :
1111 - uses : actions/checkout@v5
1212 - name : Set up Python
13- uses : actions/setup-python@v5.6 .0
13+ uses : actions/setup-python@v6.0 .0
1414 with :
1515 python-version : ' 3.x'
1616 - name : Install dependencies
3434 steps :
3535 - uses : actions/checkout@v5
3636 - name : Set up Python
37- uses : actions/setup-python@v5.6 .0
37+ uses : actions/setup-python@v6.0 .0
3838 with :
3939 python-version : ' 3.x'
4040 - name : Install dependencies
5050 python -m twine check dist/*
5151
5252 - name : Publish package to PyPI
53- uses : pypa/gh-action-pypi-publish@v1.12.4
53+ uses : pypa/gh-action-pypi-publish@v1.13.0
5454 with :
5555 skip-existing : true
5656 verbose : true
Original file line number Diff line number Diff line change 1414
1515- repo : https://github.com/astral-sh/ruff-pre-commit
1616 # Ruff version.
17- rev : v0.12.11
17+ rev : v0.12.12
1818 hooks :
1919 - id : ruff
2020 name : lint with ruff
You can’t perform that action at this time.
0 commit comments