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 e4fd2bb commit ab8593cCopy full SHA for ab8593c
.github/workflows/packaging.yml
@@ -48,10 +48,13 @@ jobs:
48
- name: Publish distribution to Test PyPI
49
uses: pypa/gh-action-pypi-publish@release/v1
50
with:
51
- repository_url: https://test.pypi.org/legacy/
+ repository-url: https://test.pypi.org/legacy/
52
+ attestations: false
53
54
- name: Publish distribution to PyPI
55
56
+ with:
57
58
59
- name: Publish distribution to GitHub release
60
uses: softprops/action-gh-release@v2
0 commit comments