Skip to content

Commit b8d4c23

Browse files
committed
remove upload for testing
1 parent 61ddf2e commit b8d4c23

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

.github/reusable-build/action.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ runs:
2222
version="${{ matrix.python-version }}"
2323
docker compose run -e PYTHON_VERSION=$(echo "$version" | sed 's/\.//') manylinux2010
2424
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
3131

3232
- name: Install built wheel
3333
shell: bash

.github/workflows/build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ jobs:
3131
version="${{ matrix.python-version }}"
3232
docker compose run -e PYTHON_VERSION=$(echo "$version" | sed 's/\.//') manylinux2010
3333
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
4040

4141
- name: Install built wheel
4242
shell: bash

0 commit comments

Comments
 (0)