File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 50
50
- name : Install pgpkkms
51
51
run : |
52
52
# Install pgpkms that is used to sign commits
53
- pip install git+https://github.com/paritytech-release/pgpkms.git@5a8f82fbb607ea102d8c178e761659de54c7af69
53
+ pip install git+https://github.com/paritytech-release/pgpkms.git@e7f806f99e9be5c52f0b4a536b7d4ef9c3e695ed
54
54
55
55
- name : Generate content write token for the release automation
56
56
id : generate_write_token
Original file line number Diff line number Diff line change 34
34
- name : Install pgpkkms
35
35
run : |
36
36
# Install pgpkms that is used to sign commits
37
- pip install git+https://github.com/paritytech-release/pgpkms.git@5a8f82fbb607ea102d8c178e761659de54c7af69
37
+ pip install git+https://github.com/paritytech-release/pgpkms.git@e7f806f99e9be5c52f0b4a536b7d4ef9c3e695ed
38
38
39
39
- name : Generate content write token for the release automation
40
40
id : generate_write_token
Original file line number Diff line number Diff line change 82
82
- name : Install pgpkkms
83
83
run : |
84
84
# Install pgpkms that is used to sign built artifacts
85
- python3 -m pip install "pgpkms @ git+https://github.com/paritytech-release/pgpkms.git@1f8555426662ac93a3849480a35449f683b1c89f "
85
+ python3 -m pip install "pgpkms @ git+https://github.com/paritytech-release/pgpkms.git@e7f806f99e9be5c52f0b4a536b7d4ef9c3e695ed "
86
86
echo "PGPKMS_REPREPRO_PATH=$(which pgpkms-reprepro)" >> $GITHUB_ENV
87
87
88
88
- name : Install awscli
Original file line number Diff line number Diff line change 82
82
- name : Install pgpkkms
83
83
run : |
84
84
# Install pgpkms that is used to sign built artifacts
85
- python3 -m pip install "pgpkms @ git+https://github.com/paritytech-release/pgpkms.git@5a8f82fbb607ea102d8c178e761659de54c7af69 "
85
+ python3 -m pip install "pgpkms @ git+https://github.com/paritytech-release/pgpkms.git@e7f806f99e9be5c52f0b4a536b7d4ef9c3e695ed "
86
86
which pgpkms
87
87
88
88
- name : Checkout sources
@@ -204,7 +204,7 @@ jobs:
204
204
- name : Install pgpkkms
205
205
run : |
206
206
# Install pgpkms that is used to sign built artifacts
207
- python3 -m pip install "pgpkms @ git+https://github.com/paritytech-release/pgpkms.git@5a8f82fbb607ea102d8c178e761659de54c7af69" --break-system-packages
207
+ python3 -m pip install "pgpkms @ git+https://github.com/paritytech-release/pgpkms.git@e7f806f99e9be5c52f0b4a536b7d4ef9c3e695ed"
208
208
209
209
- name : Import gpg keys
210
210
shell : bash
You can’t perform that action at this time.
0 commit comments