diff --git a/.github/workflows/cpath-pr.yml b/.github/workflows/cpath-pr.yml index 8cd91ba32..dc876de09 100644 --- a/.github/workflows/cpath-pr.yml +++ b/.github/workflows/cpath-pr.yml @@ -363,7 +363,7 @@ jobs: make test_wheel - name: Publish package to TestPyPI - uses: pypa/gh-action-pypi-publish@v1.8.5 + uses: pypa/gh-action-pypi-publish@v1.8.6 with: user: __token__ password: ${{ secrets.PYPI_TEST_API_TOKEN }} @@ -374,7 +374,7 @@ jobs: - name: Publish package to PyPI if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') - uses: pypa/gh-action-pypi-publish@v1.8.5 + uses: pypa/gh-action-pypi-publish@v1.8.6 with: user: __token__ password: ${{ secrets.PYPI_API_TOKEN }}