From 7f8fb54782d6617e95e5024c2f40bd24e333f6e0 Mon Sep 17 00:00:00 2001 From: David Lord Date: Wed, 10 Jan 2024 14:37:08 -0800 Subject: [PATCH] use trusted publishing --- .github/workflows/publish.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index f6ba8abf..5bf6bed0 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -63,10 +63,8 @@ jobs: # Try uploading to Test PyPI first, in case something fails. - uses: pypa/gh-action-pypi-publish@b7f401de30cb6434a1e19f805ff006643653240e with: - password: ${{ secrets.TEST_PYPI_TOKEN }} repository_url: https://test.pypi.org/legacy/ packages_dir: artifact/ - uses: pypa/gh-action-pypi-publish@b7f401de30cb6434a1e19f805ff006643653240e with: - password: ${{ secrets.PYPI_TOKEN }} packages_dir: artifact/ -- 2.47.2