Skip to content

Commit 5699e6a

Browse files
committed
specify the link
1 parent 952c2da commit 5699e6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@ jobs:
5151
environment:
5252
name: pypi
5353
# OPTIONAL: uncomment and update to include your PyPI project URL in the deployment status:
54-
# url: https://pypi.org/p/YOURPROJECT
54+
#url: https://pypi.org/project/fluss-api/
5555
#
5656
# ALTERNATIVE: if your GitHub Release name is the PyPI project version string
5757
# ALTERNATIVE: exactly, uncomment the following line instead:
58-
# url: https://pypi.org/project/YOURPROJECT/${{ github.event.release.name }}
58+
url: https://pypi.org/project/fluss-api/${{ github.event.release.name }}
5959

6060
steps:
6161
- name: Retrieve release distributions

0 commit comments

Comments
 (0)