From: David Lord Date: Wed, 10 Jan 2024 22:37:08 +0000 (-0800) Subject: use trusted publishing X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f8fb54782d6617e95e5024c2f40bd24e333f6e0;p=thirdparty%2Fjinja.git use trusted publishing --- 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/