From cfc6b4d65789d9b8c0a89e1023a281f6e1e36872 Mon Sep 17 00:00:00 2001 From: MrCybernetic <121680049+FLo-ABB@users.noreply.github.com> Date: Sun, 23 Feb 2025 12:28:27 +0100 Subject: [PATCH] Update continuous deployment workflow to use new PYPI_API_TOKEN2 --- .github/workflows/continuous-deployment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous-deployment.yml b/.github/workflows/continuous-deployment.yml index 1d876b5..35d6d15 100644 --- a/.github/workflows/continuous-deployment.yml +++ b/.github/workflows/continuous-deployment.yml @@ -52,4 +52,4 @@ jobs: uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29 with: user: __token__ - password: ${{ secrets.PYPI_API_TOKEN }} \ No newline at end of file + password: ${{ secrets.PYPI_API_TOKEN2 }} \ No newline at end of file