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 3189c83 commit a31444dCopy full SHA for a31444d
.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://test.pypi.org/project/aws-durable-execution-sdk-python/${{ github.event.release.name }}
+ url: https://pypi.org/project/aws-durable-execution-sdk-python/${{ github.event.release.name }}
60
61
steps:
62
- name: Retrieve release distributions
@@ -68,5 +68,4 @@ jobs:
68
- name: Publish release distributions to PyPI
69
uses: pypa/gh-action-pypi-publish@release/v1
70
with:
71
- repository-url: https://test.pypi.org/legacy/
72
packages-dir: dist/
0 commit comments