Skip to content

Commit 7e19769

Browse files
authored
Remove repository-url parameter from PyPI publish step
``` 25hERROR InvalidPyPIUploadURL: It appears you're trying to upload to pypi.org but have an invalid URL. You probably want one of these two URLs: https://upload.pypi.org/legacy/ or https://test.pypi.org/legacy/. Check your --repository-url value. ```
1 parent bb2575c commit 7e19769

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,3 @@ 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/"

0 commit comments

Comments
 (0)