Skip to content
This repository was archived by the owner on Apr 7, 2025. It is now read-only.

Commit f3c5705

Browse files
authored
Merge pull request #1 from lyft/STRM-1269-python-ci-setup
STRM-1269: Add manifest to enable CI
2 parents e9c5d1f + 49de678 commit f3c5705

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

sdks/python/apache_beam/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
"""Apache Beam SDK version information and utilities."""
1919

2020

21-
__version__ = '2.7.0.dev'
21+
__version__ = '2.7.0.post1'

sdks/python/manifest.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: apache_beam
2+
description: Lyft version of Apache Beam python package
3+
repository: [email protected]:lyft/beam.git
4+
report_ci: true
5+
credentials: true
6+
builder:
7+
name: s2i
8+
params:
9+
builder: lyft/s2ipythonlibrary:494bddd033e63c155aababf999650fea120bb664
10+
deploy:
11+
- name: staging
12+
legacy: true
13+
role: lyftpypi-staging-iad-deploy
14+
- name: production
15+
legacy: true
16+
role: lyftpypi-production-iad-deploy
17+
automatic: true
18+
languages:
19+
- python
20+
image_type: library

0 commit comments

Comments
 (0)