mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 03:34:10 +00:00
Update config.yml
This commit is contained in:
parent
0a4e6dea0f
commit
67529fa1e0
1 changed files with 3 additions and 3 deletions
|
@ -51,9 +51,9 @@ jobs:
|
||||||
echo "Building package"
|
echo "Building package"
|
||||||
python setup.py sdist bdist_wheel
|
python setup.py sdist bdist_wheel
|
||||||
echo "Twine upload to dist"
|
echo "Twine upload to dist"
|
||||||
echo TWINE_USERNAME
|
echo "$TWINE_USERNAME"
|
||||||
echo TWINE_PASSWORD
|
echo "$TWINE_PASSWORD"
|
||||||
echo PYPI_API_TOKEN
|
echo "$PYPI_API_TOKEN"
|
||||||
twine upload --verbose dist/*
|
twine upload --verbose dist/*
|
||||||
# else
|
# else
|
||||||
# echo "No changes to setup.py. Skipping PyPI publish."
|
# echo "No changes to setup.py. Skipping PyPI publish."
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue