Skip to content

Commit 0857820

Browse files
Remove previous build-distribution step from release.yml
1 parent 171dc9d commit 0857820

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -72,20 +72,6 @@ jobs:
7272
with:
7373
repository-url: https://test.pypi.org/legacy/
7474

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-
8975
publish-lambda-layers:
9076
permissions:
9177
contents: read

0 commit comments

Comments
 (0)