Skip to content

Commit 6643389

Browse files
authored
Update pypi-publish.yml
1 parent c7e7574 commit 6643389

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.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-testing/${{ github.event.release.name }}
59+
url: https://pypi.org/project/aws-durable-execution-sdk-python-testing/${{ 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)