We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ea6220 commit d3e1365Copy full SHA for d3e1365
.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/${{ github.event.release.name }}
+ url: https://test.pypi.org/project/aws-durable-execution-sdk-python/${{ github.event.release.name }}
60
61
steps:
62
- name: Retrieve release distributions
0 commit comments