Skip to content

Commit 1966223

Browse files
fix: Add package name
1 parent 85d5bbc commit 1966223

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci_cd.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
env:
1111
MAIN_PYTHON_VERSION: '3.12'
1212
DOCUMENTATION_CNAME: allie-flowkit-python.docs.pyansys.com
13+
PACKAGE_NAME: allie-flowkit-python
1314

1415
concurrency:
1516
group: ${{ github.workflow }}-${{ github.ref }}

pyproject.toml

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

55
[project]
6-
name = "allie-flowkit"
6+
name = "allie-flowkit-python"
77
version = "0.1.dev0"
88
description = ""
99
readme = "README.md"

0 commit comments

Comments
 (0)