We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1b64dc commit 8524d66Copy full SHA for 8524d66
1 file changed
.circleci/config.yml
@@ -207,6 +207,7 @@ workflows:
207
- platform-helpers-general/job-secrets-obtain:
208
name: cache-secrets-job
209
secret-key: "PYPI_UPLOAD_API_TOKEN"
210
+ resource_class: generic-linux-x86
211
212
# Build only after security scans pass
213
- build:
@@ -305,17 +306,14 @@ workflows:
305
306
tags:
307
only: /^v.*/
308
- - platform-helpers-general/job-secrets-obtain:
309
- name: cache-secrets-job
310
- secret-key: "PYPI_UPLOAD_API_TOKEN"
+
311
312
# Publish only after all tests are successful
313
- publish_to_pypi:
314
context:
315
- pypi-publish
316
requires:
317
- integration_tests
318
- - cache-secrets-job
319
filters:
320
branches:
321
only: master
0 commit comments