From 37d87f655e95043d658af381754ab31e33a8956d Mon Sep 17 00:00:00 2001 From: Joris Pennings Date: Thu, 13 Jun 2024 14:08:57 +0200 Subject: [PATCH] Added a API token --- .github/workflows/python-publishtest.yml | 2 +- cm_text/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-publishtest.yml b/.github/workflows/python-publishtest.yml index 66d7bb6..5a82fad 100644 --- a/.github/workflows/python-publishtest.yml +++ b/.github/workflows/python-publishtest.yml @@ -47,7 +47,7 @@ jobs: - name: Publish package distributions to testPyPI env: TWINE_USERNAME: __token__ - TWINE_PASSWORD: ${{ secrets.GITHUB_TOKEN }} + TWINE_PASSWORD: ${{ secrets.TESTPYPI_API_PUBLISH_TOKEN }} run: | python3 -m pip install twine twine upload --repository testpypi dist/* \ No newline at end of file diff --git a/cm_text/version.py b/cm_text/version.py index 21206b8..f593cd5 100644 --- a/cm_text/version.py +++ b/cm_text/version.py @@ -1 +1 @@ -__version__ = '2.0.4' \ No newline at end of file +__version__ = '2.0.4'