Skip to content

Commit a31444d

Browse files
authored
Update pypi-publish.yml
1 parent 3189c83 commit a31444d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/pypi-publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
#
5757
# ALTERNATIVE: if your GitHub Release name is the PyPI project version string
5858
# ALTERNATIVE: exactly, uncomment the following line instead:
59-
url: https://test.pypi.org/project/aws-durable-execution-sdk-python/${{ github.event.release.name }}
59+
url: https://pypi.org/project/aws-durable-execution-sdk-python/${{ github.event.release.name }}
6060

6161
steps:
6262
- name: Retrieve release distributions
@@ -68,5 +68,4 @@ jobs:
6868
- name: Publish release distributions to PyPI
6969
uses: pypa/gh-action-pypi-publish@release/v1
7070
with:
71-
repository-url: https://test.pypi.org/legacy/
7271
packages-dir: dist/

0 commit comments

Comments
 (0)