From 61e6f7e6752c572e5fa47c2aad84f2fe12ec7722 Mon Sep 17 00:00:00 2001 From: Nate Rush Date: Fri, 22 Mar 2024 12:36:39 -0700 Subject: [PATCH] deployment: fix up test pypi url --- .github/workflows/deploy-mitosheet-mitoinstaller.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-mitosheet-mitoinstaller.yml b/.github/workflows/deploy-mitosheet-mitoinstaller.yml index 72f7946d3..3896f74ac 100644 --- a/.github/workflows/deploy-mitosheet-mitoinstaller.yml +++ b/.github/workflows/deploy-mitosheet-mitoinstaller.yml @@ -102,7 +102,7 @@ jobs: run: | cd mitoinstaller source venv/bin/activate - python setup.py sdist upload --repository testpypi + python setup.py sdist upload --repository https://test.pypi.org/simple/ - name: Deploy mitoinstaller on testpypi if: github.ref == 'refs/heads/main' run: |