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 f4f191c commit 53f0f14Copy full SHA for 53f0f14
1 file changed
.github/workflows/release.yml
@@ -61,7 +61,6 @@ jobs:
61
- name: Upload package to Test PyPI
62
uses: pypa/gh-action-pypi-publish@release/v1
63
with:
64
- attestations: true
65
repository-url: https://test.pypi.org/legacy/
66
67
# Upload to real PyPI on GitHub Releases.
@@ -85,5 +84,3 @@ jobs:
85
84
86
- name: Upload package to PyPI
87
88
- with:
89
0 commit comments