From ec588758e0d72b31bfb5e6b2c9739f9137dee167 Mon Sep 17 00:00:00 2001 From: Brendan Haines Date: Sat, 14 Sep 2024 13:17:47 -0600 Subject: [PATCH] use secret --- .github/workflows/python_publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/python_publish.yml b/.github/workflows/python_publish.yml index f0049d7..a79e646 100644 --- a/.github/workflows/python_publish.yml +++ b/.github/workflows/python_publish.yml @@ -130,4 +130,5 @@ jobs: - name: Publish distribution 📦 to TestPyPI uses: pypa/gh-action-pypi-publish@release/v1 with: + password: ${{ secrets.TEST_PYPI_API_TOKEN }} repository-url: https://test.pypi.org/legacy/ \ No newline at end of file