We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddcf809 commit 9f86f66Copy full SHA for 9f86f66
.github/workflows/publish.yml
@@ -49,7 +49,9 @@ jobs:
49
uses: pypa/gh-action-pypi-publish@release/v1
50
continue-on-error: true
51
with:
52
- repository_url: https://test.pypi.org/legacy/
+ repository-url: https://test.pypi.org/legacy/
53
+ attestations: false # https://github.com/pypa/gh-action-pypi-publish/issues/283#issuecomment-2499296440
54
55
- name: Publish package to PyPI
56
57
0 commit comments