We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 081a563 commit 11eede4Copy full SHA for 11eede4
1 file changed
.circleci/config.yml
@@ -4,6 +4,7 @@ version: 2.1
4
orbs:
5
python: circleci/python@3.3.0
6
platform-helpers-general: okta/general-platform-helpers@1.8
7
+ platform-helpers-general-v2: okta/eng-services-platform-helpers-general@2
8
aws-cli: circleci/aws-cli@5.1
9
10
jobs:
@@ -300,12 +301,17 @@ workflows:
300
301
tags:
302
only: /^v.*/
303
304
+ - platform-helpers-general-v2/job-secrets-obtain:
305
+ name: cache-secrets-job
306
+ secret-key: "PYPI_UPLOAD_API_TOKEN"
307
+
308
# Publish only after all tests are successful
309
- publish_to_pypi:
310
context:
311
- pypi-publish
312
requires:
313
- integration_tests
314
+ - cache-secrets-job
315
filters:
316
branches:
317
only: master
0 commit comments