From 46d40cf89c090363c6bb3e52ab21e88f87113be2 Mon Sep 17 00:00:00 2001 From: Kyle King Date: Wed, 13 Nov 2024 19:28:26 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20RELEASE:=20v0.2.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Use the configured PyPi Token Secret --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d6d0d31..16ee5bb 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -95,4 +95,4 @@ jobs: flit publish env: FLIT_USERNAME: __token__ - FLIT_PASSWORD: ${{ secrets.PYPI_KEY }} + FLIT_PASSWORD: ${{ secrets.PYPI_TOKEN }}