Skip to content

Commit

Permalink
deployment: fix up test pypi url
Browse files Browse the repository at this point in the history
  • Loading branch information
naterush committed Mar 22, 2024
1 parent b4df2f1 commit 61e6f7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-mitosheet-mitoinstaller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 61e6f7e

Please sign in to comment.