Skip to content

Commit 15df140

Browse files
committed
add environment variable to build nightly
1 parent b8d4c23 commit 15df140

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/reusable-build/action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ runs:
1818

1919
- name: Build the package for Python ${{ inputs.python-version }}
2020
shell: bash
21+
env:
22+
TFX_DEPENDENCY_SELECTOR: "NIGHTLY"
2123
run: |
2224
version="${{ matrix.python-version }}"
2325
docker compose run -e PYTHON_VERSION=$(echo "$version" | sed 's/\.//') manylinux2010
@@ -31,6 +33,8 @@ runs:
3133

3234
- name: Install built wheel
3335
shell: bash
36+
env:
37+
TFX_DEPENDENCY_SELECTOR: "NIGHTLY"
3438
run: |
3539
pip install twine
3640
twine check dist/*

0 commit comments

Comments
 (0)