Skip to content

Commit 8339b61

Browse files
committed
Fixing the version for a manual pypi upload
1 parent 25a115c commit 8339b61

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

.github/workflows/release.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ on:
1717
push:
1818
tags:
1919
- "[0-9]+.[0-9]+.[0-9]+"
20-
workflow_dispatch: # Allowing manual triggering of the workflow
2120

2221
env:
2322
PACKAGE_NAME: "spicelib"

doc/conf.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@
2525

2626
# The full version, including alpha/beta/rc tags
2727

28-
release = '1.4.7'
29-
3028
try:
3129
# Read the version from the .toml file
3230
from toml import load

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "spicelib"
7-
version = "1.4.7"
7+
version = "1.4.8"
88
description = "A set of tools to Automate Spice simulations"
99
authors = ["Nuno Brum <nuno.brum@gmail.com>"]
1010
readme = "README.md"

0 commit comments

Comments
 (0)