From eb3d52357cf2061979861e1424d39c28fd22256b Mon Sep 17 00:00:00 2001 From: Leon Thomm Date: Wed, 20 Sep 2023 15:36:59 +0200 Subject: [PATCH] Update publish-ryvencore-qt.yml --- .github/workflows/publish-ryvencore-qt.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-ryvencore-qt.yml b/.github/workflows/publish-ryvencore-qt.yml index d291b64b..0de53e94 100644 --- a/.github/workflows/publish-ryvencore-qt.yml +++ b/.github/workflows/publish-ryvencore-qt.yml @@ -21,11 +21,11 @@ jobs: - name: Publish distribution to TestPyPI uses: pypa/gh-action-pypi-publish@release/v1 with: - password: ${{ secrets.TEST_PYPI_API_TOKEN }} + password: ${{ secrets.GH_AC_RCQT_TEST_PYPI_API_TOKEN }} repository-url: https://test.pypi.org/legacy/ packages-dir: ryvencore-qt/dist/ - name: Publish distribution to PyPI uses: pypa/gh-action-pypi-publish@release/v1 with: - password: ${{ secrets.PYPI_API_TOKEN }} + password: ${{ secrets.GH_AC_RCQT_PYPI_API_TOKEN }} packages-dir: ryvencore-qt/dist/