Skip to content

Commit

Permalink
specify username
Browse files Browse the repository at this point in the history
  • Loading branch information
ieee8023 committed Aug 5, 2020
1 parent 41e8d4a commit 6a8bd5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ rm -rf dist/

python3 setup.py sdist bdist_wheel

python3 -m twine upload --repository-url https://test.pypi.org/legacy/ dist/*
python3 -m twine upload -u torchxrayvision --repository-url https://test.pypi.org/legacy/ dist/*
2 changes: 1 addition & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ rm -rf dist/

python3 setup.py sdist bdist_wheel

python3 -m twine upload dist/*
python3 -m twine upload -u torchxrayvision dist/*

0 comments on commit 6a8bd5c

Please sign in to comment.