diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 66b2e458..137562c5 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -98,7 +98,7 @@ jobs: python -m pylint --rcfile=.pylintrc greenlet - name: Publish package to PyPI (mac) - # We cannot 'uses: pypa/gh-action-pypi-publish@v1.4.1' because + # We cannot 'uses: pypa/gh-action-pypi-publish@v1.13.0' because # that's apparently a container action, and those don't run on # the Mac. if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags') && startsWith(runner.os, 'Mac') @@ -181,7 +181,7 @@ jobs: path: wheelhouse/*whl name: ${{ matrix.image }}_wheels.zip - name: Publish package to PyPI - uses: pypa/gh-action-pypi-publish@v1.4.1 + uses: pypa/gh-action-pypi-publish@v1.13.0 if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags') with: user: __token__