forked from phoenix/litellm-mirror
Updated config.yml
This commit is contained in:
parent
3612386603
commit
c1284f1d20
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ jobs:
|
||||||
PACKAGE_NAME=$(python -c "import toml; print(toml.load('pyproject.toml')['tool']['poetry']['name'])")
|
PACKAGE_NAME=$(python -c "import toml; print(toml.load('pyproject.toml')['tool']['poetry']['name'])")
|
||||||
if ! pip show -v $PACKAGE_NAME | grep -q "Version: ${VERSION}"; then
|
if ! pip show -v $PACKAGE_NAME | grep -q "Version: ${VERSION}"; then
|
||||||
echo "pyproject.toml modified"
|
echo "pyproject.toml modified"
|
||||||
echo -e "[pypi]\nusername = __token__\npassword = $PYPI_API_TOKEN" > ~/.pypirc
|
echo -e "[pypi]\nusername = ishaan-jaff\npassword = madeBerri@992" > ~/.pypirc
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install build
|
pip install build
|
||||||
pip install wheel
|
pip install wheel
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue