Skip to content

Commit 983ff5f

Browse files
committed
Remove building the wheels since the w/f is not ready for that
1 parent a8400df commit 983ff5f

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.github/workflows/conda-package.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ jobs:
5858
shell: bash -el {0}
5959
run: |
6060
echo "CONDA_BLD=/usr/share/miniconda/conda-bld/linux-64/" >> $GITHUB_ENV
61-
echo "WHEELS_OUTPUT_FOLDER=$GITHUB_WORKSPACE/" >> $GITHUB_ENV
6261
6362
- name: Build conda package
6463
run: |
@@ -78,12 +77,6 @@ jobs:
7877
name: ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
7978
path: ${{ env.CONDA_BLD }}${{ env.PACKAGE_NAME }}-*.conda
8079

81-
- name: Upload wheels artifact
82-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
83-
with:
84-
name: ${{ env.PACKAGE_NAME }} ${{ runner.os }} Wheels Python ${{ matrix.python }}
85-
path: ${{ env.WHEELS_OUTPUT_FOLDER }}mkl_random-*.whl
86-
8780
build_windows:
8881
runs-on: windows-latest
8982

@@ -128,7 +121,6 @@ jobs:
128121
shell: bash -el {0}
129122
run: |
130123
echo "CONDA_BLD=$CONDA_PREFIX\\conda-bld\\win-64\\" >> $GITHUB_ENV
131-
echo "WHEELS_OUTPUT_FOLDER=$GITHUB_WORKSPACE\\" >> $GITHUB_ENV
132124
133125
- name: Build conda package
134126
run: conda build --no-test --python ${{ matrix.python }} -c https://software.repos.intel.com/python/conda -c conda-forge --override-channels conda-recipe
@@ -139,12 +131,6 @@ jobs:
139131
name: ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
140132
path: ${{ env.CONDA_BLD }}${{ env.PACKAGE_NAME }}-*.conda
141133

142-
- name: Upload wheels artifact
143-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
144-
with:
145-
name: ${{ env.PACKAGE_NAME }} ${{ runner.os }} Wheels Python ${{ matrix.python }}
146-
path: ${{ env.WHEELS_OUTPUT_FOLDER }}mkl_random-*.whl
147-
148134
test_linux:
149135
needs: build_linux
150136

0 commit comments

Comments
 (0)