Updated gh-actions-pypi-publisher

This commit is contained in:
Sebastian Qvarfordt
2020-07-20 13:40:51 +02:00
parent eb6b0655d7
commit 5761181542
+1 -1
View File
@@ -55,7 +55,7 @@ jobs:
rm -rf $TECHDOCS_CORE_PATH/dist
python $TECHDOCS_CORE_PATH/setup.py bdist_wheel sdist --formats gztar
- name: Publish a Python distribution to PyPI
uses: pypa/gh-action-pypi-publish@f3ebf87ba2883f1c40faf37d2bb42277f12179c8
uses: pypa/gh-action-pypi-publish@master
with:
user: __token__
password: ${{ secrets.pypi_api_key }}