Skip to content

Commit

Permalink
Publish snapshots for Python 3.12 container images. (#31237)
Browse files Browse the repository at this point in the history
* Publish snapshots for Py3.12 container.

* Add a license for a new dep.

* fixup
  • Loading branch information
tvalentyn authored May 10, 2024
1 parent 602f088 commit 929f41a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/beam_Publish_Beam_SDK_Snapshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ jobs:
- "python:container:py39"
- "python:container:py310"
- "python:container:py311"
- "python:container:py312"
steps:
- uses: actions/checkout@v4
- name: Setup repository
Expand Down
2 changes: 2 additions & 0 deletions sdks/python/container/license_scripts/dep_urls_py.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,8 @@ pip_dependencies:
license: "https://github.com/PiotrDabkowski/pyjsparser/blob/master/LICENSE"
pymongo:
license: "https://raw.githubusercontent.com/mongodb/mongo-python-driver/master/LICENSE"
pyproject_hooks:
license: "https://raw.githubusercontent.com/pypa/pyproject-hooks/main/LICENSE"
python-gflags:
license: "https://raw.githubusercontent.com/google/python-gflags/master/COPYING"
pyvcf:
Expand Down

0 comments on commit 929f41a

Please sign in to comment.