From a0e1c859d59c1c29e61102daad5fd0606e12a511 Mon Sep 17 00:00:00 2001 From: Ellie-Brakoniecki <112866399+Ellie-Brakoniecki@users.noreply.github.com> Date: Thu, 28 Mar 2024 16:23:46 +0000 Subject: [PATCH 1/2] increment version and uncomment --- .github/workflows/deployment.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index 0a684a8..81c47b6 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -24,11 +24,11 @@ jobs: --wheel --outdir dist/ . - # - name: Publish distribution to Test PyPI - # uses: pypa/gh-action-pypi-publish@release/v1 - # with: - # password: ${{ secrets.TEST_PYPI_API_TOKEN }} - # repository_url: https://test.pypi.org/legacy/ + - name: Publish distribution to Test PyPI + uses: pypa/gh-action-pypi-publish@release/v1 + with: + password: ${{ secrets.TEST_PYPI_API_TOKEN }} + repository_url: https://test.pypi.org/legacy/ - name: Publish distribution to PyPI uses: pypa/gh-action-pypi-publish@release/v1 with: From 0dda86b1fb23e2e6554b3daea919df8aae090c8c Mon Sep 17 00:00:00 2001 From: Ellie-Brakoniecki <112866399+Ellie-Brakoniecki@users.noreply.github.com> Date: Thu, 28 Mar 2024 16:24:41 +0000 Subject: [PATCH 2/2] increment version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5299650..afd17d4 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ author="Department for Levelling Up, Housing and Communities", description="Provides access to functionality common to creating a data dashboard.", name="gov_uk_dashboards", - version="9.29.0", + version="9.29.1", long_description=long_description, long_description_content_type="text/markdown", packages=find_packages(),