From 345419c45501db028f5d7a067692fdca845e074b Mon Sep 17 00:00:00 2001 From: Florian Pinault Date: Wed, 30 Aug 2023 16:08:02 +0000 Subject: [PATCH 1/2] fix pypi token --- .github/workflows/test-and-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-and-release.yml b/.github/workflows/test-and-release.yml index 5918583e..d5864d61 100644 --- a/.github/workflows/test-and-release.yml +++ b/.github/workflows/test-and-release.yml @@ -272,5 +272,5 @@ jobs: - name: Publish env: TWINE_USERNAME: __token__ - TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN_CLIMETLAB }} + TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }} run: twine upload --verbose dist/* From 32fa4d2032737ac50b2929afc7abbdc913de034d Mon Sep 17 00:00:00 2001 From: Florian Pinault Date: Wed, 30 Aug 2023 16:08:46 +0000 Subject: [PATCH 2/2] Bump version 0.16.7 --- climetlab/version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/climetlab/version b/climetlab/version index c3f65805..427cda05 100644 --- a/climetlab/version +++ b/climetlab/version @@ -1 +1 @@ -0.16.6 +0.16.7