We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86018c8 commit 9313747Copy full SHA for 9313747
1 file changed
.github/workflows/pypi-publish.yml
@@ -51,11 +51,11 @@ jobs:
51
environment:
52
name: pypi
53
# 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
+ # url: https://pypi.org/p/aws-durable-execution-sdk-python-testing
55
#
56
# ALTERNATIVE: if your GitHub Release name is the PyPI project version string
57
# ALTERNATIVE: exactly, uncomment the following line instead:
58
- url: https://pypi.org/project/aws-durable-execution-sdk-python/${{ github.event.release.name }}
+ url: https://pypi.org/project/aws-durable-execution-sdk-python-testing/${{ github.event.release.name }}
59
60
steps:
61
- name: Retrieve release distributions
0 commit comments