Skip to content

Commit

Permalink
ci: πŸ’š disable pypi attestations production and upload (#107)
Browse files Browse the repository at this point in the history
* ci: πŸ’š disable pypi aattestations production and upload

They do no seem to work with reusable workflows (see the issues in the comment)

* Add permission for release.

* remove temporary event and permission.
  • Loading branch information
zoido authored Nov 15, 2024
1 parent d1aa1c2 commit 7c0f758
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/pypi-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,9 @@ jobs:
verify-metadata: false
verbose: true
print-hash: true

# Attentions are disabled temporarily. They do seem to work with the
# reusable wokrflow.
# - https://github.com/pypa/gh-action-pypi-publish/issues/166
# - https://github.com/pypa/gh-action-pypi-publish/issues/283
attestations: false

0 comments on commit 7c0f758

Please sign in to comment.