Skip to content

Commit 886695d

Browse files
committed
project dsqus deployment
1 parent 315aaed commit 886695d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish-on-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
if not match:
4242
raise SystemExit("Could not find [project].version in pyproject.toml")
4343
44-
base_version = match.group(1).split(".dev", 1)[0]
44+
base_version = match.group(1).split(".", 1)[0]
4545
dev_version = f"{base_version}.dev{__import__('os').environ['RUN_NUMBER']}"
4646
updated = re.sub(
4747
r'^version\s*=\s*"[^"]+"',

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = ["setuptools>=69", "wheel", "build"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
6-
name = "dsqusss"
6+
name = "dsqus"
77
version = "0.0.1"
88
description = "dsqusss Python package"
99
readme = "README.md"

0 commit comments

Comments
 (0)