Skip to content

Commit 49b695e

Browse files
chore: rename package to quantlabs to match PyPI publisher
1 parent f36718a commit 49b695e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/publish-to-pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
runs-on: ubuntu-latest
5252
environment:
5353
name: pypi
54-
url: https://pypi.org/project/quantlab
54+
url: https://pypi.org/project/quantlabs
5555
permissions:
5656
id-token: write # IMPORTANT: mandatory for trusted publishing
5757

@@ -73,7 +73,7 @@ jobs:
7373
runs-on: ubuntu-latest
7474
environment:
7575
name: testpypi
76-
url: https://test.pypi.org/project/quantlab
76+
url: https://test.pypi.org/project/quantlabs
7777

7878
permissions:
7979
id-token: write # IMPORTANT: mandatory for trusted publishing

pyproject.toml

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

55
[project]
6-
name = "quantlab"
6+
name = "quantlabs"
77
version = "0.2.0"
88
description = "Professional quantitative trading research platform with ML-powered backtesting, multi-source options analysis, portfolio management, and interactive Plotly visualizations"
99
readme = "README.md"

0 commit comments

Comments
 (0)