diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d1c1909..b32de95 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -68,7 +68,7 @@ jobs: echo "event type is:" ${{ github.event.action }} - name: Publish to PyPI - uses: pypa/gh-action-pypi-publish@v1.8.14 + uses: pypa/gh-action-pypi-publish@v1.9.0 with: password: ${{ secrets.PYPI_API_TOKEN }} @@ -96,7 +96,7 @@ jobs: echo "event type is:" ${{ github.event.action }} - name: Publish to Test PyPI - uses: pypa/gh-action-pypi-publish@v1.8.14 + uses: pypa/gh-action-pypi-publish@v1.9.0 with: password: ${{ secrets.PYPI_API_TOKEN }} repository-url: ${{ vars.PYPI_REPO_URL }}