Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
- name: Build distributions
run: python -m build
- name: Publish
uses: pypa/gh-action-pypi-publish@a892a5a61159132606e93a2fa6f4358831b04d26
uses: pypa/gh-action-pypi-publish@dc37677b2e1c63e2034f94d8a5b11f265b73ba33

Check notice on line 26 in .github/workflows/release.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

use-trusted-publishing

release.yml:26: prefer trusted publishing for authentication: this step
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Loading