We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc3f4e8 commit b35a362Copy full SHA for b35a362
.circleci/config.yml
@@ -1,9 +1,16 @@
1
-# Python CircleCI 2.0 configuration file
+# Python CircleCI 2.1 configuration file
2
#
3
-# Check https://circleci.com/docs/2.0/language-python/ for more details
+# Check https://circleci.com/docs/language-python/ for more details
4
5
-version: 2
+version: 2.1
6
jobs:
7
+ # https://circleci.com/docs/github-integration/#create-additional-github-ssh-keys
8
+ deploy-job:
9
+ steps:
10
+ - add_ssh_keys:
11
+ fingerprints:
12
+ - "SHA256:f54rX6EuLbjtby+J672u/YhJ4iyTgAqOejxdcvVQf64"
13
+
14
build:
15
docker:
16
# specify the version you desire here
0 commit comments