Fixing minor typo on PyPI distribution workflow (#1286)
* Adding Travis-CI cmake static * Fix minor typo on PyPI workflow config
This commit is contained in:
2
.github/workflows/python-publish.yml
vendored
2
.github/workflows/python-publish.yml
vendored
@ -55,6 +55,6 @@ jobs:
|
||||
if: startsWith(github.event.ref, 'refs/tags')
|
||||
uses: pypa/gh-action-pypi-publish@master
|
||||
with:
|
||||
username: __token__
|
||||
user: __token__
|
||||
password: ${{ secrets.pypi_pass }}
|
||||
packages_dir: ${{ github.workspace }}/bindings/python/dist/
|
||||
|
Reference in New Issue
Block a user