hopefully a fix

This commit is contained in:
Sebastian Qvarfordt
2020-07-20 17:47:31 +02:00
parent aed171b74f
commit dcc724ba19
+1 -1
View File
@@ -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 }}