Skip to content

Commit bdf2bbf

Browse files
committed
update env name
1 parent 58970ea commit bdf2bbf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
name: Publish release to PyPI
1010
runs-on: ubuntu-latest
1111
environment:
12-
name: pypi
12+
name: release
1313
url: https://pypi.org/p/fast_gauss
1414
permissions:
1515
id-token: write

pyproject.toml

Lines changed: 1 addition & 1 deletion
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.3"
7+
version = "0.0.4"
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)