We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c36e9a commit 1c12c7aCopy full SHA for 1c12c7a
1 file changed
.github/workflows/build_layer.yml
@@ -37,7 +37,7 @@ jobs:
37
- name: Patch pyproject.toml
38
run: |
39
echo "Patching pyproject.toml to use latest build of dd-trace-py"
40
- sed -zEi 's|^ddtrace =.*$|ddtrace = { file = "${{ steps.find-ddtrace-wheel.outputs.wheel_path }}" }|' pyproject.toml
+ sed -zEi 's|(ddtrace = )\[[^]]*]|\1{ file = "${{ steps.find-ddtrace-wheel.outputs.wheel_path }}" }|g' pyproject.toml
41
42
- name: Build layer for Python ${{ matrix.python_version }} on ${{ matrix.arch }}
43
0 commit comments