Skip to content

Commit 2982ab5

Browse files
authored
fix: tweak publish ci task (#65)
1 parent 9efe1ab commit 2982ab5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/proto-plus/.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ jobs:
217217
- run:
218218
name: Decrypt the PyPI key.
219219
command: |
220-
openssl aes-256-cbc -d \
220+
openssl aes-256-ctr -pbkdf2 -d \
221221
-in .circleci/.pypirc.enc \
222222
-out ~/.pypirc \
223223
-k "${PYPIRC_ENCRYPTION_KEY}"

0 commit comments

Comments
 (0)