diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 2df865c..b56ca05 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -70,7 +70,7 @@ jobs: echo "event type is:" ${{ github.event.action }} - name: Publish to PyPI - uses: pypa/gh-action-pypi-publish@v1.12.4 + uses: pypa/gh-action-pypi-publish@v1.13.0 testpypi-publish: name: Publish Python 🐍 distribution 📦 to TestPyPI @@ -97,7 +97,7 @@ jobs: echo "event type is:" ${{ github.event.action }} - name: Publish to Test PyPI - uses: pypa/gh-action-pypi-publish@v1.12.4 + uses: pypa/gh-action-pypi-publish@v1.13.0 with: repository-url: ${{ vars.PYPI_REPO_URL }}