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:
chfl4gs
2020-06-07 01:09:30 +08:00
committed by GitHub
parent 590bab8f1a
commit 535143ae5a

View File

@ -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/