diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 1360236..627a9f2 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -23,4 +23,5 @@ jobs: - name: Publish to PyPI uses: pypa/gh-action-pypi-publish@release/v1 with: + user: __token__ password: ${{ secrets.PYPI_CECI_UPLOAD }}