We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 171dc9d commit 0857820Copy full SHA for 0857820
1 file changed
.github/workflows/release.yml
@@ -72,20 +72,6 @@ jobs:
72
with:
73
repository-url: https://test.pypi.org/legacy/
74
75
- build-distribution:
76
- permissions:
77
- attestations: write
78
- id-token: write
79
- contents: write
80
- runs-on: ubuntu-latest
81
- steps:
82
- - uses: actions/checkout@v4
83
- - uses: ./.github/actions/build-distribution
84
- - name: generate build provenance
85
- uses: actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2.4.0
86
- with:
87
- subject-path: "${{ github.workspace }}/build/dist/elastic-apm-python-lambda-layer.zip"
88
-
89
publish-lambda-layers:
90
permissions:
91
contents: read
0 commit comments