We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c87e380 commit e3cbc81Copy full SHA for e3cbc81
2 files changed
.github/workflows/build-package.yml
@@ -135,8 +135,6 @@ jobs:
135
136
- name: Publish to TestPyPI
137
uses: pypa/gh-action-pypi-publish@release/v1
138
- with:
139
- repository-url: https://test.pypi.org/legacy/
140
141
- name: commit shared libraries
142
run: |
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "deterministic_gaussian_sampling"
7
-version = "0.1.8"
+version = "0.0.1"
8
description = "Python library for Localized Distribution (LCD)-based Gaussian sampling."
9
readme = "README.md"
10
requires-python = ">=3.8"
0 commit comments