diff --git a/.github/workflows/techdocs.yml b/.github/workflows/techdocs.yml index 5b74a6c3de..de6a40f96b 100644 --- a/.github/workflows/techdocs.yml +++ b/.github/workflows/techdocs.yml @@ -56,7 +56,7 @@ jobs: python setup.py bdist_wheel sdist --formats gztar - name: Publish a Python distribution to PyPI 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 + password: ${{ secrets.PYPI_API_KEY }} + packages_dir: ./packages/techdocs-container/techdocs/core/dist \ No newline at end of file