diff --git a/.github/workflows/techdocs.yml b/.github/workflows/techdocs.yml index c32321f891..5b74a6c3de 100644 --- a/.github/workflows/techdocs.yml +++ b/.github/workflows/techdocs.yml @@ -55,8 +55,8 @@ jobs: rm -rf dist python setup.py bdist_wheel sdist --formats gztar - name: Publish a Python distribution to PyPI - working-directory: ./packages/techdocs-container/techdocs-core uses: pypa/gh-action-pypi-publish@master + working-directory: ./packages/techdocs-container/techdocs-core with: user: __token__ password: ${{ secrets.PYPI_API_KEY }} \ No newline at end of file