krz/yoshi-cli
A password manager for the command line.
clone: git clone https://gitbay.org/krz/yoshi-cli.git
ddeebe9761422e981919c1011996867ffcda553b
signed_unknown_key
author: Christian Cleberg <156287552+ccleberg@users.noreply.github.com> · 2024-11-14T17:34:32Z
committer: <noreply@github.com>
.github/workflows/python-publish.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) @@ -31,7 +31,4 @@ jobs: - name: Build package run: python -m build - name: Publish package - uses: pypa/gh-action-pypi-publish@release/v1 - with: - user: __token__ - password: ${{ secrets.PYPI_API_TOKEN }} + uses: pypa/gh-action-pypi-publish@release/v1 \ No newline at end of file