Skip to content

Commit b3bd315

Browse files
authored
Update PyPI URL in workflow for pLAST project
1 parent 161f3e0 commit b3bd315

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
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/pLAST/${{ github.event.release.name }}
5959

6060
steps:
6161
- name: Retrieve release distributions

0 commit comments

Comments
 (0)