We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82013cf commit a5722deCopy full SHA for a5722de
1 file changed
.github/workflows/publish.yml
@@ -36,5 +36,6 @@ jobs:
36
37
- name: Publish package to PyPI
38
uses: pypa/gh-action-pypi-publish@release/v1
39
- with:
40
- api_token: ${{ secrets.PYPI_API_TOKEN }}
+ with:
+ user: __token__
41
+ password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments