Skip to content

Commit 8524d66

Browse files
Updated config.yml
1 parent b1b64dc commit 8524d66

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.circleci/config.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,7 @@ workflows:
207207
- platform-helpers-general/job-secrets-obtain:
208208
name: cache-secrets-job
209209
secret-key: "PYPI_UPLOAD_API_TOKEN"
210+
resource_class: generic-linux-x86
210211

211212
# Build only after security scans pass
212213
- build:
@@ -305,17 +306,14 @@ workflows:
305306
tags:
306307
only: /^v.*/
307308

308-
- platform-helpers-general/job-secrets-obtain:
309-
name: cache-secrets-job
310-
secret-key: "PYPI_UPLOAD_API_TOKEN"
309+
311310

312311
# Publish only after all tests are successful
313312
- publish_to_pypi:
314313
context:
315314
- pypi-publish
316315
requires:
317316
- integration_tests
318-
- cache-secrets-job
319317
filters:
320318
branches:
321319
only: master

0 commit comments

Comments
 (0)