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 25fedb0 commit 4515c34Copy full SHA for 4515c34
.github/workflows/publish.yml
@@ -61,13 +61,13 @@ jobs:
61
uses: pypa/gh-action-pypi-publish@release/v1
62
with:
63
repository_url: https://test.pypi.org/legacy/
64
- username: __token__
+ user: __token__
65
password: ${{ secrets.test_pypi_password }}
66
67
- name: Publish to PyPI
68
69
70
71
password: ${{ secrets.pypi_password }}
72
73
- name: Notify on failure
0 commit comments