From: David Lord Date: Wed, 10 Jan 2024 22:37:08 +0000 (-0800) Subject: use trusted publishing X-Git-Tag: 3.1.3~4 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=bce174692547464512383ec40e0f8338b8811983;p=thirdparty%2Fjinja.git use trusted publishing --- diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 0ed49559..5a9baade 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@c7f29f7adef1a245bd91520e94867e5c6eedddcc with: - password: ${{ secrets.TEST_PYPI_TOKEN }} repository_url: https://test.pypi.org/legacy/ packages_dir: artifact/ - uses: pypa/gh-action-pypi-publish@c7f29f7adef1a245bd91520e94867e5c6eedddcc with: - password: ${{ secrets.PYPI_TOKEN }} packages_dir: artifact/