We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cf4b2d commit dcc2078Copy full SHA for dcc2078
1 file changed
.github/workflows/ci.yml
@@ -71,12 +71,6 @@ jobs:
71
with:
72
github_token: ${{ secrets.GITHUB_TOKEN }}
73
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
-
80
# https://docs.pypi.org/trusted-publishers/using-a-publisher/
81
- uses: pypa/gh-action-pypi-publish@release/v1
82
if: steps.release.outputs.released == 'true'
0 commit comments