mirror of
https://github.com/remnawave/python-sdk.git
synced 2026-08-04 14:37:36 +00:00
fix: Remove unnecessary parameters from PyPI publish action in upload workflow. Enable Trusted Publisher
This commit is contained in:
parent
da24ecdf14
commit
167eca47de
1 changed files with 1 additions and 4 deletions
5
.github/workflows/upload.yml
vendored
5
.github/workflows/upload.yml
vendored
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue