Update dependencies and CI actions

Co-authored-by: Codex <codex@openai.com>
This commit is contained in:
Kirill Markin 2026-07-29 04:49:14 +02:00
parent 807a2a278f
commit ed22ae2458
No known key found for this signature in database
GPG key ID: 03AB9530E15B9C1C
3 changed files with 22 additions and 22 deletions

View file

@ -17,7 +17,7 @@ jobs:
with:
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v6
uses: actions/setup-python@v7
with:
python-version: '3.14'
- name: Install dependencies
@ -27,7 +27,7 @@ jobs:
- name: Build package
run: python -m build
- name: Publish package
uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b
uses: pypa/gh-action-pypi-publish@ba38be9e461d3875417946c167d0b5f3d385a247
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}

View file

@ -19,7 +19,7 @@ jobs:
steps:
- uses: actions/checkout@v7
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v6
uses: actions/setup-python@v7
with:
python-version: ${{ matrix.python-version }}
- name: Install tree command