Skip to content

Commit

Permalink
ci: Disable attestations on publishing to PyPI from reusable workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
playpauseandstop committed Dec 27, 2024
1 parent 07cdb64 commit 2ab4f60
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,5 @@ jobs:
- name: "Publish package"
if: "${{ startsWith(github.ref, 'refs/tags/') }}"
uses: "pypa/[email protected]"
with:
attestations: false # Disable attestations until publishing to PyPI from reusable workflow will be fixed

0 comments on commit 2ab4f60

Please sign in to comment.