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 }}