Skip to content

Commit 63eb27e

Browse files
committed
trying to publish again
1 parent 8c62efa commit 63eb27e

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install dependencies
2323
run: |
2424
python -m pip install --upgrade pip
25-
pip install setuptools wheel
25+
pip install setuptools wheel build
2626
- name: Build package
2727
run: |
2828
python -m build

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -78,3 +78,4 @@ diff*.html
7878
*.dmp
7979
*.exr
8080
*.bak
81+
dist

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "fast_gauss"
7-
version = "0.0.1"
7+
version = "0.0.2"
88
description = "CUDA global sort + CUDA-GL interop + geometry shader quad emitting + hardware rasterization + CUDA-GL interop = fast gaussian splatting"
99
readme = "readme.md"
1010
license = { file = "license" }

0 commit comments

Comments
 (0)