fix: Remove unnecessary parameters from PyPI publish action in upload workflow. Enable Trusted Publisher

This commit is contained in:
Artem 2025-04-24 21:46:08 +02:00
parent da24ecdf14
commit 167eca47de
No known key found for this signature in database
GPG key ID: 833485276B7902CE

View file

@ -47,7 +47,4 @@ jobs:
- name: Publish package
if: ${{ !contains(github.event.head_commit.message, '[skip publish]') }}
uses: pypa/gh-action-pypi-publish@v1.12.4
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
uses: pypa/gh-action-pypi-publish@v1.12.4