From ebcd5ead13f73a9e6de904b805844c5072922b79 Mon Sep 17 00:00:00 2001 From: Benjamin Wilson Date: Wed, 28 Feb 2024 00:23:30 -0800 Subject: [PATCH] Update release. --- .github/workflows/release.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index cec5398c..75dbd9b4 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -109,6 +109,7 @@ jobs: - name: Publish distribution 📦 to Test PyPI uses: pypa/gh-action-pypi-publish@release/v1 with: + username: __token__ password: ${{ secrets.TEST_PYPI_API_TOKEN }} repository: testpypi