We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 504fb14 commit 7d9c05cCopy full SHA for 7d9c05c
1 file changed
.github/workflows/conda-build.yml
@@ -71,12 +71,6 @@ jobs:
71
run: |
72
python -m build --wheel --no-isolation
73
74
- - name: Upload wheel artifact
75
- uses: actions/upload-artifact@v4.4.0
76
- with:
77
- name: data-validation-wheel-${{ matrix.os }}-py${{ matrix.python-version }}
78
- path: dist/*.whl
79
-
80
- name: Install wheel and dependencies
81
shell: bash -l {0}
82
@@ -89,3 +83,9 @@ jobs:
89
83
mkdir -p /tmp/test_dir
90
84
cd /tmp/test_dir
91
85
pytest --pyargs tensorflow_data_validation
86
+
87
+ - name: Upload wheel artifact
88
+ uses: actions/upload-artifact@v4.4.0
+ with:
+ name: data-validation-wheel-${{ matrix.os }}-py${{ matrix.python-version }}
+ path: dist/*.whl
0 commit comments