Skip to content

Commit

Permalink
ci: Disable attestations on TestPyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
ThiefMaster committed Nov 27, 2024
1 parent bbbc6fb commit 3d4e2c6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ jobs:
with:
repository-url: https://test.pypi.org/legacy/
packages-dir: wheel/
skip-existing: true
attestations: false
- name: Publish to PyPI 🚀
uses: pypa/gh-action-pypi-publish@v1.12.2
with:
Expand Down

0 comments on commit 3d4e2c6

Please sign in to comment.