Skip to content

Commit aedc1dc

Browse files
authored
Change Upload Location (#23)
1 parent e12b506 commit aedc1dc

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
@@ -8,6 +8,6 @@ jobs:
88
if: github.event_name == 'release' && github.event.action == 'published'
99
uses: synodic-software/.github/.github/workflows/python-publish.yml@stable
1010
with:
11-
repository_url: https://pypi.org/
11+
repository_url: https://upload.pypi.org/legacy/
1212
secrets:
1313
token: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)