Skip to content

Commit 5ccb4ab

Browse files
committed
updated publish workflow
1 parent 231b9df commit 5ccb4ab

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/project/YOURPROJECT/${{ github.event.release.name }}
54+
url: https://pypi.org/project/PyEDCR/
5555

5656
steps:
5757
- name: Retrieve release distributions

pyproject.toml

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

55
[project]
66
name = "PyEDCR"
7-
version = "1.1.2"
7+
version = "1.1.3"
88
description = "PyEDCR is a metacognitive neuro-symbolic method for learning error detection and correction rules in deployed ML models using combinatorial sub-modular set optimization"
99
readme = "README.md"
1010
requires-python = ">=3.9"

0 commit comments

Comments
 (0)