From 6759d0358115378d6543462d3a05bfa8120e5a9d Mon Sep 17 00:00:00 2001 From: Florian Pinault Date: Mon, 14 Aug 2023 16:04:41 +0000 Subject: [PATCH 1/2] fix pypi --- .github/workflows/test-and-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-and-release.yml b/.github/workflows/test-and-release.yml index 526e7ba1..d5864d61 100644 --- a/.github/workflows/test-and-release.yml +++ b/.github/workflows/test-and-release.yml @@ -271,6 +271,6 @@ jobs: run: python setup.py sdist - name: Publish env: - TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }} - TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }} + TWINE_USERNAME: __token__ + TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }} run: twine upload --verbose dist/* From 6d3b40264219285e1b4d9a830c173dd3e1e3a069 Mon Sep 17 00:00:00 2001 From: Florian Pinault Date: Mon, 14 Aug 2023 16:05:02 +0000 Subject: [PATCH 2/2] Bump version 0.16.3 --- climetlab/version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/climetlab/version b/climetlab/version index 201a22c8..7eb3095a 100644 --- a/climetlab/version +++ b/climetlab/version @@ -1 +1 @@ -0.16.2 +0.16.3