Skip to content

Commit 62d479a

Browse files
committed
fix pypi
1 parent a7a664b commit 62d479a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/publish-laperf-power.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
test_pypi:
1111
description: 'Publish to TestPyPI instead of PyPI'
1212
required: false
13-
default: true
13+
default: false
1414
type: boolean
1515

1616
jobs:

.github/workflows/publish-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
test_pypi:
1111
description: 'Publish to TestPyPI instead of PyPI'
1212
required: false
13-
default: true
13+
default: false
1414
type: boolean
1515

1616
jobs:

laperf-power/pyproject.toml

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

55
[project]
66
name = "laperf-power"
7-
version = "0.1.0"
7+
version = "0.1.1"
88
description = "Lightweight real-time power and resource monitoring tool for AI workloads"
99
readme = "README.md"
1010
requires-python = ">=3.10"

pyproject.toml

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

55
[project]
66
name = "laperf"
7-
version = "0.1.0"
7+
version = "0.1.1"
88
description = "Local AI Performance Benchmark Suite - Reproducible AI hardware benchmarks with real-time power monitoring"
99
readme = "README.md"
1010
requires-python = ">=3.12"

0 commit comments

Comments
 (0)