From 2ffddf376c18df7da28759dd6248fda6a2af4d24 Mon Sep 17 00:00:00 2001 From: Sebastian Qvarfordt Date: Mon, 20 Jul 2020 17:48:45 +0200 Subject: [PATCH] hopefully a fix --- .github/workflows/techdocs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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