mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 18:24:20 +00:00
Update publish_pypi.yml
This commit is contained in:
parent
1c81edc629
commit
5b041a3cbe
1 changed files with 4 additions and 4 deletions
8
.github/workflows/publish_pypi.yml
vendored
8
.github/workflows/publish_pypi.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue