Skip to content

Commit 9161ded

Browse files
Update python-publish.yml
1 parent bd387c1 commit 9161ded

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/python-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
# Dedicated environments with protections for publishing are strongly recommended.
6464
# For more information, see: https://docs.github.com/en/actions/deployment/targeting-different-environments/using-environments-for-deployment#deployment-protection-rules
6565
environment:
66-
name: TensorArray
66+
name: pypi
6767
url: https://pypi.org/p/TensorArray/${{ github.event.release.name }}
6868
# OPTIONAL: uncomment and update to include your PyPI project URL in the deployment status:
6969
# url: https://pypi.org/p/YOURPROJECT
@@ -95,8 +95,8 @@ jobs:
9595
# Dedicated environments with protections for publishing are strongly recommended.
9696
# For more information, see: https://docs.github.com/en/actions/deployment/targeting-different-environments/using-environments-for-deployment#deployment-protection-rules
9797
environment:
98-
name: TensorArray
99-
url: https://test.pypi.org/p/TensorArray
98+
name: testpypi
99+
url: https://test.pypi.org/p/TensorArray/${{ github.event.release.name }}
100100
# OPTIONAL: uncomment and update to include your PyPI project URL in the deployment status:
101101
# url: https://pypi.org/p/YOURPROJECT
102102
#

0 commit comments

Comments
 (0)