From 04a879fee923b9d219413db03c1b89e1413ba1d4 Mon Sep 17 00:00:00 2001 From: Manu C Date: Wed, 12 Aug 2026 07:52:49 +0000 Subject: [PATCH] Use gh-actions docker hash --- .github/workflows/release.yml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9695cb9..a590d03 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,7 @@ jobs: - name: Build distributions run: python -m build - name: Publish - uses: pypa/gh-action-pypi-publish@a892a5a61159132606e93a2fa6f4358831b04d26 + uses: pypa/gh-action-pypi-publish@dc37677b2e1c63e2034f94d8a5b11f265b73ba33 with: user: __token__ password: ${{ secrets.PYPI_API_TOKEN }} diff --git a/setup.py b/setup.py index 91212cb..aded2ab 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="appengine-python-standard", - version="3.0.1", + version="3.0.2", author="Google LLC", description="Google App Engine services SDK for Python 3", long_description=long_description,