Refresh Python publish workflow
Some checks failed
Run Tests / test (3.11) (push) Has been cancelled
Run Tests / test (3.13) (push) Has been cancelled
Run Tests / test (3.14) (push) Has been cancelled
Run Tests / test (3.9) (push) Has been cancelled

This commit is contained in:
Kirill Markin 2026-04-06 15:43:08 +02:00
parent 9cff185a7d
commit 2b556332e0
No known key found for this signature in database
GPG key ID: 03AB9530E15B9C1C

View file

@ -19,7 +19,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: '3.x'
python-version: '3.14'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
@ -27,7 +27,7 @@ jobs:
- name: Build package
run: python -m build
- name: Publish package
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
uses: pypa/gh-action-pypi-publish@106e0b0b7c337fa67ed433972f777c6357f78598
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}