Skip to content

Commit 2ab4f60

Browse files
ci: Disable attestations on publishing to PyPI from reusable workflow
Related: pypa/gh-action-pypi-publish#283
1 parent 07cdb64 commit 2ab4f60

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci_package.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,5 @@ jobs:
3535
- name: "Publish package"
3636
if: "${{ startsWith(github.ref, 'refs/tags/') }}"
3737
uses: "pypa/[email protected]"
38+
with:
39+
attestations: false # Disable attestations until publishing to PyPI from reusable workflow will be fixed

0 commit comments

Comments
 (0)