From 25960a95656197216a2dff8f4c990bde9d7b7146 Mon Sep 17 00:00:00 2001 From: Jordan Perr-Sauer Date: Mon, 10 Aug 2020 22:14:38 -0600 Subject: [PATCH] updated pypi url --- .github/workflows/tags-to-pypi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tags-to-pypi.yml b/.github/workflows/tags-to-pypi.yml index 226872c5..24eccdc3 100644 --- a/.github/workflows/tags-to-pypi.yml +++ b/.github/workflows/tags-to-pypi.yml @@ -24,4 +24,4 @@ jobs: uses: pypa/gh-action-pypi-publish@master with: password: ${{ secrets.PYPI_PASSWORD }} - repository_url: https://pypi.org/legacy/ \ No newline at end of file + repository_url: https://upload.pypi.org/legacy/ \ No newline at end of file