Skip to content

Commit dcc2078

Browse files
committed
fix: enable publish
1 parent 1cf4b2d commit dcc2078

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,6 @@ jobs:
7171
with:
7272
github_token: ${{ secrets.GITHUB_TOKEN }}
7373

74-
- name: Generate artifact attestation for sdist and wheel
75-
if: steps.release.outputs.released == 'true'
76-
uses: actions/attest-build-provenance@v4.1.0
77-
with:
78-
subject-path: "dist/*"
79-
8074
# https://docs.pypi.org/trusted-publishers/using-a-publisher/
8175
- uses: pypa/gh-action-pypi-publish@release/v1
8276
if: steps.release.outputs.released == 'true'

0 commit comments

Comments
 (0)