Skip to content

Commit

Permalink
Update publish.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
DmytroNazarenko committed May 17, 2024
1 parent 5493028 commit 9991659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion predeployed/scripts/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if [ $TEST = 1 ]; then
python3 -m twine upload --repository testpypi -u __token__ -p "$PYPI_TOKEN" dist/*
else
echo "Uploading to pypi"
python3 -m twine upload -u __token__ -p "$PYPI_TOKEN" dist/*
python3 -m twine upload -u "$PIP_USERNAME" -p "$PIP_PASSWORD" dist/*
fi

echo "==================================================================="
Expand Down

0 comments on commit 9991659

Please sign in to comment.