diff --git a/gcp/functions/pypi/deploy.sh b/gcp/functions/pypi/deploy.sh index e6d85ae5419..2f72aa8deb4 100755 --- a/gcp/functions/pypi/deploy.sh +++ b/gcp/functions/pypi/deploy.sh @@ -1,4 +1,4 @@ #!/bin/sh poetry export -f requirements.txt -o requirements.txt -gcloud functions deploy pypi --runtime=python39 --trigger-topic=pypi-bridge --project=oss-vdb --entry-point=publish --max-instances=32 --timeout=120 +gcloud functions deploy pypi --runtime=python311 --trigger-topic=pypi-bridge --project=oss-vdb --entry-point=publish --max-instances=32 --timeout=120