8000 ci: Add "registry" target to Craft config (#82) · etherscan-io/sentry-python@b17c7e0 · GitHub
[go: up one dir, main page]

Skip to content

Commit b17c7e0

Browse files
tonyountitaker
authored andcommitted
ci: Add "registry" target to Craft config (getsentry#82)
1 parent f76305f commit b17c7e0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.craft.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
---
2+
minVersion: '0.5.1'
23
github:
34
owner: getsentry
45
repo: sentry-python
56
targets:
67
- name: pypi
78
- name: github
89
- name: gh-pages
10+
- name: registry
11+
type: sdk
12+
config:
13+
canonical: pypi:sentry-sdk

0 commit comments

Comments
 (0)
0