Skip to content

Commit 1bd7586

Browse files
committed
[py] Adding job for Python nightly
1 parent 92d47ac commit 1bd7586

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/nightly.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ on:
1717
options:
1818
- java
1919
- ruby
20+
- python
2021
- grid
2122

2223
jobs:
@@ -37,6 +38,18 @@ jobs:
3738
bazel run //rb:${{ matrix.gem }}-bump-nightly-version ${{ inputs.version }}
3839
bazel run //rb:${{ matrix.gem }}-release-nightly
3940
41+
python:
42+
if: (github.repository_owner == 'seleniumhq') && (inputs.language == 'python' || github.event_name == 'schedule')
43+
name: Python
44+
uses: ./.github/workflows/bazel.yml
45+
with:
46+
name: Release
47+
cache-key: python-nightly
48+
run: |
49+
./go "py:version[dev]"
50+
./go py:release
51+
secrets: inherit
52+
4053

4154
java:
4255
if: (github.repository_owner == 'seleniumhq') && (inputs.language == 'java' || github.event_name == 'schedule')

0 commit comments

Comments
 (0)