diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index 4a916526..bb9da865 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -2,7 +2,7 @@ name: Publish Python distribution to PyPI on: release: types: - - created + - published jobs: build-n-publish: diff --git a/src/oidcop/__init__.py b/src/oidcop/__init__.py index 353bd1f8..efedcd6c 100644 --- a/src/oidcop/__init__.py +++ b/src/oidcop/__init__.py @@ -1,6 +1,6 @@ import secrets -__version__ = "2.1.1" +__version__ = "2.2.0" DEF_SIGN_ALG = { "id_token": "RS256",