Skip to content

Commit

Permalink
chore: Update gcp/functions/pypi to Python 3.11
Browse files Browse the repository at this point in the history
Part of #2637.
  • Loading branch information
oliverchang committed Sep 20, 2024
1 parent 7ebb1a4 commit 8b76634
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gcp/functions/pypi/deploy.sh
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 8b76634

Please sign in to comment.