summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorChristian Cleberg <156287552+ccleberg@users.noreply.github.com>2024-11-14 17:34:32 +0000
committerGitHub <noreply@github.com>2024-11-14 17:34:32 +0000
commitddeebe9761422e981919c1011996867ffcda553b (patch)
tree38459bfecdb764e006ece674f90b024213291bcb /.github/workflows
parentc1fe8f37009983c1cd82b4b581c81c59ab2078b8 (diff)
downloadyoshi-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')
-rw-r--r--.github/workflows/python-publish.yml5
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