Commit c54e374
fix(build): Update AWS Lambda layer wheel name for py3-only wheel
Removing `bdist_wheel universal=1` from `setup.py` changed the produced
wheel filename from `sentry_sdk-<ver>-py2.py3-none-any.whl` to
`sentry_sdk-<ver>-py3-none-any.whl`. Update the hardcoded wheel path in
`scripts/build_aws_lambda_layer.py` to match.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>1 parent 25baa75 commit c54e374
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
0 commit comments