mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
Update publish_pypi.yml
This commit is contained in:
parent
afb65890d2
commit
ab86d55ef2
1 changed files with 4 additions and 4 deletions
6
.github/workflows/publish_pypi.yml
vendored
6
.github/workflows/publish_pypi.yml
vendored
|
@ -19,13 +19,13 @@ jobs:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
|
pip install twine
|
||||||
|
pip install wheel
|
||||||
|
pip install --upgrade setuptools
|
||||||
|
|
||||||
- name: Build package
|
- name: Build package
|
||||||
run: python setup.py sdist bdist_wheel
|
run: python setup.py sdist bdist_wheel
|
||||||
|
|
||||||
- name: Install twine
|
|
||||||
run: pip install twine
|
|
||||||
|
|
||||||
- name: Upload to PyPI
|
- name: Upload to PyPI
|
||||||
env:
|
env:
|
||||||
TWINE_USERNAME: __token__
|
TWINE_USERNAME: __token__
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue