Skip to content

Commit 94f4455

Browse files
authored
Update python-publish.yml
1 parent a3f4a8c commit 94f4455

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,7 @@ jobs:
5252
# For more information, see: https://docs.github.com/en/actions/deployment/targeting-different-environments/using-environments-for-deployment#deployment-protection-rules
5353
environment:
5454
name: pypi
55-
# OPTIONAL: uncomment and update to include your PyPI project URL in the deployment status:
56-
# url: https://pypi.org/p/YOURPROJECT
57-
#
58-
# ALTERNATIVE: if your GitHub Release name is the PyPI project version string
59-
# ALTERNATIVE: exactly, uncomment the following line instead:
60-
# url: https://pypi.org/project/YOURPROJECT/${{ github.event.release.name }}
55+
url: https://pypi.org/project/browser-use-mcp-server/${{ github.event.release.name }}
6156

6257
steps:
6358
- name: Retrieve release distributions

0 commit comments

Comments
 (0)