From 576118154285503265618b0079d8e01f58d84c41 Mon Sep 17 00:00:00 2001 From: Sebastian Qvarfordt Date: Mon, 20 Jul 2020 13:40:51 +0200 Subject: [PATCH] Updated gh-actions-pypi-publisher --- .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 f8d5b82d75..38096f1440 100644 --- a/.github/workflows/techdocs.yml +++ b/.github/workflows/techdocs.yml @@ -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 }}