Skip to content

Commit

Permalink
Fix package release (#4)
Browse files Browse the repository at this point in the history
* sdist packaging

* Bump version

* Added container image

* Get rid of cuda container, added env
  • Loading branch information
marcin-ochman authored Jun 28, 2024
1 parent 173d593 commit 6f8156c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ on:
- "minor"
- "patch"

env:
CUDA_HOME: "/usr" # nvcc is not required, but CUDAExtension needs that env

jobs:
release:
runs-on: ubuntu-latest
Expand All @@ -28,6 +31,7 @@ jobs:
name: pypi
url: https://test.pypi.org/project/ds-splat


steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 6f8156c

Please sign in to comment.