forked from getsentry/sentry-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.craft.yml
More file actions
39 lines (36 loc) · 1013 Bytes
/
.craft.yml
File metadata and controls
39 lines (36 loc) · 1013 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
---
minVersion: "0.14.0"
github:
owner: getsentry
repo: sentry-python
targets:
- name: pypi
includeNames: /^sentry[_\-]sdk.*$/
- name: github
- name: gh-pages
- name: registry
type: sdk
config:
canonical: pypi:sentry-sdk
- name: aws-lambda-layer
includeNames: /^sentry-python-serverless-\d+(\.\d+)*\.zip$/
layerName: SentryPythonServerlessSDK
compatibleRuntimes:
- name: python
versions:
# The number of versions must be, at most, the maximum number of
# runtimes AWS Lambda permits for a layer.
# On the other hand, AWS Lambda does not support every Python runtime.
# The supported runtimes are available in the following link:
# https://docs.aws.amazon.com/lambda/latest/dg/lambda-python.html
- python2.7
- python3.6
- python3.7
- python3.8
license: MIT
changelog: CHANGELOG.md
changelogPolicy: simple
statusProvider:
name: github
artifactProvider:
name: github