Add username
books / flake8 (push) Successful in 29s Details
books / docker (push) Successful in 31s Details
books / pypi (push) Successful in 44s Details

This commit is contained in:
Michel Roux 2023-06-30 22:14:02 +02:00
parent f3463924d0
commit 6d8e9a9b7b
1 changed files with 1 additions and 0 deletions

View File

@ -47,4 +47,5 @@ jobs:
- run: python setup.py sdist
- run: twine upload dist/*
env:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}