Skip to content

Commit

Permalink
Merge branch 'develop' into fix-publish
Browse files Browse the repository at this point in the history
  • Loading branch information
badrogger committed Jan 11, 2024
2 parents bae9ca4 + 6699525 commit bba5c20
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion scripts/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
: "${PIP_USERNAME?Need to set PIP_USERNAME}"
: "${PIP_PASSWORD?Need to set PIP_PASSWORD}"

if [ $TEST = 1 ]; then
set -e

if [ "$TEST" = 1 ]; then
twine upload --repository testpypi dist/*
else
echo "Uploading to pypi"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"pytest==7.1.3",
"pytest-cov==2.8.1",
"Random-Word==1.0.4",
"twine==3.1.1",
"twine==4.0.2",
"when-changed"
],
'hw-wallet': [
Expand Down

0 comments on commit bba5c20

Please sign in to comment.