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/* 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