diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e86f6fc..0db9263 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,7 +43,7 @@ jobs: run: ./.github/ci.sh ${{ matrix.PYTHON_VERSION }} - name: Publish a Python distribution to PyPI if: startsWith(github.ref, 'refs/tags') && matrix.PYTHON_VERSION == '3.7' - uses: pypa/gh-action-pypi-publish@v1.8.14 + uses: pypa/gh-action-pypi-publish@v1.9.0 with: user: __token__ password: ${{ secrets.PYPI_API_TOKEN }}