Skip to content

Commit fba3c9e

Browse files
Update project name
1 parent 3a37e40 commit fba3c9e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
environment:
5252
name: pypi
5353
# OPTIONAL: uncomment and update to include your PyPI project URL in the deployment status:
54-
url: https://pypi.org/p/py-object-model
54+
# url: https://pypi.org/p/YOURPROJECT
5555
#
5656
# ALTERNATIVE: if your GitHub Release name is the PyPI project version string
5757
# ALTERNATIVE: exactly, uncomment the following line instead:

pyproject.toml

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

55
[project]
6-
name = "object-model"
6+
name = "py-object-model"
77
description = "Core Object Model"
88
authors = [
99
{name = "Nick Young", email = "[email protected]"}

0 commit comments

Comments
 (0)