We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58970ea commit bdf2bbfCopy full SHA for bdf2bbf
.github/workflows/publish.yml
@@ -9,7 +9,7 @@ jobs:
9
name: Publish release to PyPI
10
runs-on: ubuntu-latest
11
environment:
12
- name: pypi
+ name: release
13
url: https://pypi.org/p/fast_gauss
14
permissions:
15
id-token: write
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "fast_gauss"
7
-version = "0.0.3"
+version = "0.0.4"
8
description = "CUDA global sort + CUDA-GL interop + geometry shader quad emitting + hardware rasterization + CUDA-GL interop = fast gaussian splatting"
readme = "readme.md"
license = { file = "license" }
0 commit comments