diff --git a/.github/workflows/build_and_upload.yml b/.github/workflows/build_and_upload.yml index b6faf99..3eda446 100644 --- a/.github/workflows/build_and_upload.yml +++ b/.github/workflows/build_and_upload.yml @@ -48,5 +48,5 @@ jobs: uses: pypa/gh-action-pypi-publish@release/v1 with: password: ${{ secrets.PYPI_API_TOKEN }} - repository_url: https://test.pypi.org/legacy/ + repository_url: https://test.pypi.org/simple/ packages_dir: wheelhouse