Skip to content

Commit

Permalink
Remove repository-url parameter from PyPI publish step
Browse files Browse the repository at this point in the history
```
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.   
```
  • Loading branch information
mfisher87 authored Jun 13, 2023
1 parent bb2575c commit 7e19769
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,3 @@ jobs:
uses: "pypa/gh-action-pypi-publish@release/v1"
with:
password: "${{ secrets.PYPI_TOKEN }}"
repository-url: "https://pypi.org/project/viscm/"

0 comments on commit 7e19769

Please sign in to comment.