From 4d88b585063a6864898536a33ebb47e8b0c0e065 Mon Sep 17 00:00:00 2001
From: Ellis Percival <flyte@failcode.co.uk>
Date: Tue, 19 Jan 2021 13:17:10 +0000
Subject: [PATCH] Add test pypi api key

---
 .github/workflows/test.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 9b292e9..dee167c 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -43,7 +43,7 @@ jobs:
         if: matrix.python-version == '3.6'
       - uses: pypa/gh-action-pypi-publish@master
         with:
-          password: test
+          password: ${{ secrets.TEST_PYPI_API_TOKEN }}
           repository_url: https://test.pypi.org/legacy/
       - uses: pypa/gh-action-pypi-publish@master
         if: startsWith(github.ref, 'refs/tags')
-- 
GitLab