mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 18:24:20 +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"
|
||||
python setup.py sdist bdist_wheel
|
||||
echo "Twine upload to dist"
|
||||
echo TWINE_USERNAME
|
||||
echo TWINE_PASSWORD
|
||||
echo PYPI_API_TOKEN
|
||||
echo "$TWINE_USERNAME"
|
||||
echo "$TWINE_PASSWORD"
|
||||
echo "$PYPI_API_TOKEN"
|
||||
twine upload --verbose dist/*
|
||||
# else
|
||||
# echo "No changes to setup.py. Skipping PyPI publish."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue