We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbde2e7 commit a32e2e4Copy full SHA for a32e2e4
1 file changed
.github/workflows/pypi-publish.yml
@@ -56,7 +56,7 @@ jobs:
56
#
57
# ALTERNATIVE: if your GitHub Release name is the PyPI project version string
58
# ALTERNATIVE: exactly, uncomment the following line instead:
59
- url: https://pypi.org/project/aws-durable-execution-sdk-python-testing/${{ github.event.release.name }}
+ url: https://test.pypi.org/project/aws-durable-execution-sdk-python-testing/${{ github.event.release.name }}
60
61
steps:
62
- name: Retrieve release distributions
0 commit comments