Skip to content

Commit

Permalink
Build and upload wheel.
Browse files Browse the repository at this point in the history
  • Loading branch information
sandeepd-nv committed Aug 7, 2024
1 parent 655c8bc commit cdc47da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ runs:
fi
echo "ARTIFACT_NAME=${{ inputs.platform }}-${{ inputs.build-type }}-${{ inputs.client-repo }}-python${{ inputs.python-version }}-${{ inputs.target-device }}${BUILD_MODE_STR}${WITH_TESTS_STR}-${{ github.sha }}" >> $GITHUB_ENV
echo "ARTIFACTS_DIR=$(realpath "$(pwd)/../artifacts")" >> $GITHUB_ENV
echo "ARTIFACTS_DIR=$(realpath "$(pwd)/dist")" >> $GITHUB_ENV
echo "USE_CUDA=${{ (inputs.target-device == 'cpu' && 'OFF') || 'ON' }}" >> $GITHUB_ENV
echo "UPLOAD_ENABLED=${{ (inputs.upload-enabled == 'true' && 'ON') || 'OFF' }}" >> $GITHUB_ENV
echo "LEGATE_CORE_BUILD_MODE=${BUILD_MODE}" >> $GITHUB_ENV
Expand Down
2 changes: 1 addition & 1 deletion continuous_integration/scripts/build
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build_ci() {
export CUDA_HOME="${CONDA_PREFIX}/targets/x86_64-linux"
export PARALLEL_LEVEL=$(nproc --ignore 1)

python setup.py build_ext --inplace
python setup.py bdist_wheel
}

build_project() {
Expand Down

0 comments on commit cdc47da

Please sign in to comment.