Skip to content
This repository was archived by the owner on Jun 23, 2023. It is now read-only.

Commit 754385f

Browse files
authored
Merge pull request #140 from IdentityPython/develop
v2.2.0-1 - additional requirements for the release
2 parents a87177e + 8629ccf commit 754385f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Publish Python distribution to PyPI
22
on:
33
release:
44
types:
5-
- created
5+
- published
66

77
jobs:
88
build-n-publish:

src/oidcop/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import secrets
22

3-
__version__ = "2.1.1"
3+
__version__ = "2.2.0"
44

55
DEF_SIGN_ALG = {
66
"id_token": "RS256",

0 commit comments

Comments
 (0)