Skip to content

Commit 9f86f66

Browse files
Update publish.yml
Attempt to correct publishing to PyPI error
1 parent ddcf809 commit 9f86f66

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,9 @@ jobs:
4949
uses: pypa/gh-action-pypi-publish@release/v1
5050
continue-on-error: true
5151
with:
52-
repository_url: https://test.pypi.org/legacy/
52+
repository-url: https://test.pypi.org/legacy/
53+
attestations: false # https://github.com/pypa/gh-action-pypi-publish/issues/283#issuecomment-2499296440
5354

5455
- name: Publish package to PyPI
5556
uses: pypa/gh-action-pypi-publish@release/v1
57+
attestations: false # https://github.com/pypa/gh-action-pypi-publish/issues/283#issuecomment-2499296440

0 commit comments

Comments
 (0)