Update dependencies and Python runtime

Co-authored-by: Codex <codex@openai.com>
This commit is contained in:
Kirill Markin 2026-08-12 06:48:01 +02:00
parent dc020745af
commit 2c8fbda0b6
No known key found for this signature in database
GPG key ID: 03AB9530E15B9C1C
3 changed files with 359 additions and 291 deletions

View file

@ -27,7 +27,7 @@ jobs:
- name: Build package
run: python -m build
- name: Publish package
uses: pypa/gh-action-pypi-publish@ba38be9e461d3875417946c167d0b5f3d385a247
uses: pypa/gh-action-pypi-publish@dc37677b2e1c63e2034f94d8a5b11f265b73ba33
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}