Skip to content

Commit bb2575c

Browse files
authored
Fixup PyPI publish URL
``` 25hERROR RedirectDetected: https://pypi.org/project/viscm attempted to redirect to https://pypi.org/project/viscm/. Your repository URL is missing a trailing slash. Please add it and try again. ```
1 parent f280981 commit bb2575c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ jobs:
2626
uses: "pypa/gh-action-pypi-publish@release/v1"
2727
with:
2828
password: "${{ secrets.PYPI_TOKEN }}"
29-
repository-url: "https://pypi.org/project/viscm"
29+
repository-url: "https://pypi.org/project/viscm/"

0 commit comments

Comments
 (0)