Skip to content

Commit

Permalink
Disable attestations when publishing to pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
tefra committed Dec 22, 2024
1 parent 0a39028 commit adae897
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,6 @@ jobs:
repository-url: https://test.pypi.org/legacy/
- name: Publish distribution 📦 to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
# Temporary workaround for https://github.com/pypa/gh-action-pypi-publish/issues/283
attestations: false

0 comments on commit adae897

Please sign in to comment.