Skip to content

Commit

Permalink
Disable attestations on TestPyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
OmeGak committed Dec 19, 2024
1 parent 4ce9ea9 commit f6f261c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/releasing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,11 @@ jobs:
with:
repository-url: https://test.pypi.org/legacy/
packages-dir: wheel/
# TODO: Re-enable attestations once PyPI supports reusable workflows
# Source: https://github.com/pypa/gh-action-pypi-publish/issues/283#issuecomment-2504200656
attestations: false
# TODO: Remove after v0.1.2 is successfully published
skip-existing: true
- name: Publish package to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
Expand Down

0 comments on commit f6f261c

Please sign in to comment.