File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -22,12 +22,12 @@ runs:
22
22
version="${{ matrix.python-version }}"
23
23
docker compose run -e PYTHON_VERSION=$(echo "$version" | sed 's/\.//') manylinux2010
24
24
25
- - name : Upload wheel artifact for Python ${{ matrix.python-version }}
26
- if : ${{ inputs.upload-artifact == 'true' }}
27
- uses : actions/upload-artifact@v3
28
- with :
29
- name : data-validation-wheel-py${{ matrix.python-version }}
30
- path : dist/*.whl
25
+ # - name: Upload wheel artifact for Python ${{ matrix.python-version }}
26
+ # if: ${{ inputs.upload-artifact == 'true' }}
27
+ # uses: actions/upload-artifact@v3
28
+ # with:
29
+ # name: data-validation-wheel-py${{ matrix.python-version }}
30
+ # path: dist/*.whl
31
31
32
32
- name : Install built wheel
33
33
shell : bash
Original file line number Diff line number Diff line change @@ -31,12 +31,12 @@ jobs:
31
31
version="${{ matrix.python-version }}"
32
32
docker compose run -e PYTHON_VERSION=$(echo "$version" | sed 's/\.//') manylinux2010
33
33
34
- - name : Upload wheel artifact for Python ${{ matrix.python-version }}
35
- if : ${{ inputs.upload-artifact == 'true' }}
36
- uses : actions/upload-artifact@v3
37
- with :
38
- name : data-validation-wheel-py${{ matrix.python-version }}
39
- path : dist/*.whl
34
+ # - name: Upload wheel artifact for Python ${{ matrix.python-version }}
35
+ # if: ${{ inputs.upload-artifact == 'true' }}
36
+ # uses: actions/upload-artifact@v3
37
+ # with:
38
+ # name: data-validation-wheel-py${{ matrix.python-version }}
39
+ # path: dist/*.whl
40
40
41
41
- name : Install built wheel
42
42
shell : bash
You can’t perform that action at this time.
0 commit comments