Skip to content

Commit e3cbc81

Browse files
committed
publish 0.0.1 to PyPi
1 parent c87e380 commit e3cbc81

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/build-package.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,6 @@ jobs:
135135

136136
- name: Publish to TestPyPI
137137
uses: pypa/gh-action-pypi-publish@release/v1
138-
with:
139-
repository-url: https://test.pypi.org/legacy/
140138

141139
- name: commit shared libraries
142140
run: |

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 = "deterministic_gaussian_sampling"
7-
version = "0.1.8"
7+
version = "0.0.1"
88
description = "Python library for Localized Distribution (LCD)-based Gaussian sampling."
99
readme = "README.md"
1010
requires-python = ">=3.8"

0 commit comments

Comments
 (0)