Add temporary token for pypi
This commit is contained in:
parent
aa1557b843
commit
f192afd5f5
|
@ -140,6 +140,8 @@ jobs:
|
|||
path: dist
|
||||
|
||||
- uses: pypa/gh-action-pypi-publish@release/v1
|
||||
with:
|
||||
password: ${{ secrets.PYPI_API_TOKEN }}
|
||||
|
||||
# build_sdist:
|
||||
# name: Build sdist
|
||||
|
|
Loading…
Reference in New Issue