Add temporary token for pypi

This commit is contained in:
Robert Taylor 2023-08-09 17:00:14 +00:00 committed by Jean-Paul Chaput
parent aa1557b843
commit f192afd5f5
1 changed files with 2 additions and 0 deletions

View File

@ -140,6 +140,8 @@ jobs:
path: dist path: dist
- uses: pypa/gh-action-pypi-publish@release/v1 - uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_API_TOKEN }}
# build_sdist: # build_sdist:
# name: Build sdist # name: Build sdist