mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-20 08:23:47 +00:00
Update publish_pypi.yml
This commit is contained in:
@@ -19,12 +19,12 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install twine
|
||||
pip install wheel
|
||||
pip install --upgrade setuptools
|
||||
|
||||
- name: Build package
|
||||
run: python setup.py sdist bdist_wheel
|
||||
|
||||
- name: Install twine
|
||||
run: pip install twine
|
||||
run: python setup.py sdist bdist_wheel
|
||||
|
||||
- name: Upload to PyPI
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user