Skip to content

Commit

Permalink
ci: πŸ’š disable pypi aattestations production and upload
Browse files Browse the repository at this point in the history
They do no seem to work with reusable workflows (see the issues in the comment)
  • Loading branch information
zoido committed Nov 15, 2024
1 parent d1aa1c2 commit 4340e1b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/pypi-release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Release Python package to PyPI

on:
# TODO(@zoido): Remove pull_request when latest version is uploaded.
pull_request:
workflow_call:

jobs:
Expand Down Expand Up @@ -35,3 +37,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 4340e1b

Please sign in to comment.