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 dff9d1e commit d244a8bCopy full SHA for d244a8b
1 file changed
.github/workflows/main.yml
@@ -78,4 +78,5 @@ jobs:
78
if: startsWith(github.ref, 'refs/tags')
79
uses: pypa/gh-action-pypi-publish@master
80
with:
81
+ user: __token__
82
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments