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 d4aab76 commit cf2d3c6Copy full SHA for cf2d3c6
.craft.yml
@@ -8,7 +8,9 @@ targets:
8
pypi:sentry-sdk:
9
- name: github
10
- name: aws-lambda-layer
11
- includeNames: /^sentry-python-serverless-\d+(\.\d+)*\.zip$/
+ # This regex that matches the version is taken from craft:
12
+ # https://github.com/getsentry/craft/blob/8d77c38ddbe4be59f98f61b6e42952ca087d3acd/src/utils/version.ts#L11
13
+ includeNames: /^sentry-python-serverless-\bv?(0|[1-9][0-9]*)\.(0|[1-9][0-9]*)\.(0|[1-9][0-9]*)(?:-?([\da-z-]+(?:\.[\da-z-]+)*))?(?:\+([\da-z-]+(?:\.[\da-z-]+)*))?\b.zip$/
14
layerName: SentryPythonServerlessSDK
15
compatibleRuntimes:
16
- name: python
0 commit comments