Skip to content

Commit

Permalink
ci: Turn off attestations for pypi publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrunyon committed Nov 23, 2024
1 parent 9cdf1ee commit 7197cc4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
uses: pypa/gh-action-pypi-publish@release/v1
with:
packages-dir: plugins/${{ inputs.package }}/dist/
attestations: false # TODO: Followup this thread to see if there's a better fix https://github.com/pypa/gh-action-pypi-publish/issues/283

check-make-docs:
runs-on: ubuntu-22.04
Expand Down

0 comments on commit 7197cc4

Please sign in to comment.