Skip to content
This repository was archived by the owner on Jun 10, 2026. It is now read-only.

Commit f94a82b

Browse files
committed
Rename package to classcharts-api-python to match TestPyPI project
1 parent 556332e commit f94a82b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/publish-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
needs: build
3939
environment:
4040
name: pypi
41-
url: https://pypi.org/p/classcharts-api
41+
url: https://pypi.org/p/classcharts-api-python
4242

4343
steps:
4444
- name: Download artifacts

.github/workflows/publish-testpypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
needs: build
3737
environment:
3838
name: testpypi
39-
url: https://test.pypi.org/p/classcharts-api
39+
url: https://test.pypi.org/p/classcharts-api-python
4040

4141
steps:
4242
- name: Download artifacts

pyproject.toml

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

55
[project]
6-
name = "classcharts-api"
6+
name = "classcharts-api-python"
77
version = "1.0.0"
88
description = "Async Python wrapper for the ClassCharts API"
99
license = { text = "ISC" }

0 commit comments

Comments
 (0)