Skip to content

Commit 1a809d4

Browse files
Fixed PyPI repository URL (#16)
1 parent ec505e1 commit 1a809d4

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
@@ -74,6 +74,6 @@ jobs:
7474
name: Upload the current release to PyPI
7575
uses: ./.github/workflows/_pypi_publish.yml
7676
with:
77-
REPOSITORY_URL: https://pypi.org/simple
77+
REPOSITORY_URL: https://upload.pypi.org/legacy/
7878
secrets:
7979
API_TOKEN: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)