File tree 3 files changed +10
-6
lines changed
3 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -102,16 +102,20 @@ jobs:
102
102
with :
103
103
name : python-package-distributions
104
104
path : dist/
105
+ - name : Set up Python environment
106
+ uses : actions/setup-python@v4
107
+ with :
108
+ python-version : " 3.x"
109
+ - name : Install cryptography version 43
110
+ run : |
111
+ python -m pip install --upgrade pip
112
+ pip install cryptography==43.*
105
113
- name : Sign the dists with Sigstore
106
114
107
115
with :
108
116
inputs : >-
109
117
./dist/*.tar.gz
110
118
./dist/*.whl
111
- env :
112
- # Pin cryptography to avoid the SCT registration issue
113
- PIP_CONSTRAINT : |
114
- cryptography==43.0.3
115
119
- name : Create GitHub Release
116
120
env :
117
121
GITHUB_TOKEN : ${{ github.token }}
Original file line number Diff line number Diff line change 1
- VERSION = "4.0.1 "
1
+ VERSION = "4.0.2 "
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " authsignal"
3
- version = " 4.0.1 "
3
+ version = " 4.0.2 "
4
4
description = " Authsignal Python SDK for Passwordless Step Up Authentication"
5
5
authors = [
" justinsoong <[email protected] >" ]
6
6
license = " MIT"
You can’t perform that action at this time.
0 commit comments