diff options
author | Christian Cleberg <156287552+ccleberg@users.noreply.github.com> | 2024-11-14 17:34:32 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-14 17:34:32 +0000 |
commit | ddeebe9761422e981919c1011996867ffcda553b (patch) | |
tree | 38459bfecdb764e006ece674f90b024213291bcb /.github/workflows/python-publish.yml | |
parent | c1fe8f37009983c1cd82b4b581c81c59ab2078b8 (diff) | |
download | yoshi-cli-ddeebe9761422e981919c1011996867ffcda553b.tar.gz yoshi-cli-ddeebe9761422e981919c1011996867ffcda553b.tar.bz2 yoshi-cli-ddeebe9761422e981919c1011996867ffcda553b.zip |
test removal of long-lived API token for trusted publishing
Diffstat (limited to '.github/workflows/python-publish.yml')
-rw-r--r-- | .github/workflows/python-publish.yml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index 5445723..673fec8 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -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 |