Skip to content

Commit 990b215

Browse files
committed
update package name
1 parent 6984b8b commit 990b215

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Upload artifacts
3636
uses: actions/upload-artifact@v4
3737
with:
38-
name: cleanlab-agility
38+
name: agility-sdk
3939
path: dist/*
4040
if-no-files-found: error
4141

@@ -49,7 +49,7 @@ jobs:
4949
- name: Download artifacts
5050
uses: actions/download-artifact@v4
5151
with:
52-
name: cleanlab-agility
52+
name: agility-sdk
5353
path: dist
5454
- name: Publish to PyPI
5555
uses: pypa/gh-action-pypi-publish@release/v1

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[project]
2-
name = "agility"
2+
name = "agility-sdk"
33
version = "0.0.1"
44
description = "The official Python library for the agility API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"
77
authors = [
8-
{ name = "Agility", email = "[email protected]" },
8+
{ name = "Cleanlab Inc", email = "[email protected]" },
99
]
1010
dependencies = [
1111
"httpx>=0.23.0, <1",

0 commit comments

Comments
 (0)