Skip to content

Commit ab8593c

Browse files
committed
Remove attestations for PyPI publishing
1 parent e4fd2bb commit ab8593c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/packaging.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,13 @@ jobs:
4848
- name: Publish distribution to Test PyPI
4949
uses: pypa/gh-action-pypi-publish@release/v1
5050
with:
51-
repository_url: https://test.pypi.org/legacy/
51+
repository-url: https://test.pypi.org/legacy/
52+
attestations: false
5253

5354
- name: Publish distribution to PyPI
5455
uses: pypa/gh-action-pypi-publish@release/v1
56+
with:
57+
attestations: false
5558

5659
- name: Publish distribution to GitHub release
5760
uses: softprops/action-gh-release@v2

0 commit comments

Comments
 (0)