From a194866553f3ea4b9de0432001a0d67c8839d868 Mon Sep 17 00:00:00 2001 From: Anton Ovchinnikov Date: Tue, 25 Sep 2018 21:38:41 +0200 Subject: [PATCH] ci: Add "registry" target to Craft config --- .craft.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.craft.yml b/.craft.yml index 4e9f4b9f44..712b4f19b3 100644 --- a/.craft.yml +++ b/.craft.yml @@ -1,4 +1,5 @@ --- +minVersion: '0.5.1' github: owner: getsentry repo: sentry-python @@ -6,3 +7,7 @@ targets: - name: pypi - name: github - name: gh-pages + - name: registry + type: sdk + config: + canonical: pypi:sentry-sdk