From d4d4eed04952138b0a189fe1b3d45c640e96b719 Mon Sep 17 00:00:00 2001 From: Marcin Ochman <55946922+marcin-ochman@users.noreply.github.com> Date: Fri, 28 Jun 2024 10:34:50 +0200 Subject: [PATCH] Update release.yml - env in steps --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c3f3d1d..d54da4c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -51,6 +51,8 @@ jobs: with: github_token: ${{ secrets.GITHUB_TOKEN }} changelog: false + env: + CUDA_HOME: "/usr" # nvcc is not required, but CUDAExtension needs that env - name: Publish package distributions to PyPI uses: pypa/gh-action-pypi-publish@release/v1