From e58079db1cd2a0a6e64f60189597c122ef59bec3 Mon Sep 17 00:00:00 2001 From: Keira Crafts Date: Fri, 23 Aug 2024 16:25:20 +0100 Subject: [PATCH] configuring Publishing to indices other than PyPI --- .github/workflows/pypi-release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pypi-release.yml b/.github/workflows/pypi-release.yml index 6ecf5bf..c1273c6 100644 --- a/.github/workflows/pypi-release.yml +++ b/.github/workflows/pypi-release.yml @@ -29,4 +29,6 @@ jobs: run: python setup.py sdist bdist_wheel - name: Publish distribution 📦 to PyPI - uses: pypa/gh-action-pypi-publish@release/v1 \ No newline at end of file + uses: pypa/gh-action-pypi-publish@release/v1 + with: + repository-url: https://upload.pypi.org/legacy/ \ No newline at end of file