We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6da1f36 commit 7f2f1b2Copy full SHA for 7f2f1b2
1 file changed
.github/workflows/publish-to-test-pypi.yml
@@ -38,9 +38,11 @@ jobs:
38
uses: pypa/gh-action-pypi-publish@release/v1
39
with:
40
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
41
- repository_url: https://test.pypi.org/legacy/
+ repository-url: https://test.pypi.org/legacy/
42
+ attestations: false
43
- name: Publish distribution 📦 to PyPI
44
if: startsWith(github.ref, 'refs/tags')
45
46
47
password: ${{ secrets.PYPI_API_TOKEN }}
48
0 commit comments