Skip to content

Commit 9313747

Browse files
committed
update package name
1 parent 86018c8 commit 9313747

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pypi-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@ 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/aws-durable-execution-sdk-python
54+
# url: https://pypi.org/p/aws-durable-execution-sdk-python-testing
5555
#
5656
# ALTERNATIVE: if your GitHub Release name is the PyPI project version string
5757
# ALTERNATIVE: exactly, uncomment the following line instead:
58-
url: https://pypi.org/project/aws-durable-execution-sdk-python/${{ github.event.release.name }}
58+
url: https://pypi.org/project/aws-durable-execution-sdk-python-testing/${{ github.event.release.name }}
5959

6060
steps:
6161
- name: Retrieve release distributions

0 commit comments

Comments
 (0)