From dcc724ba199448cdf24cb688abb3df4f4c99f5c1 Mon Sep 17 00:00:00 2001 From: Sebastian Qvarfordt Date: Mon, 20 Jul 2020 17:47:31 +0200 Subject: [PATCH] hopefully a fix --- .github/workflows/techdocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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