forked from phoenix/litellm-mirror
Update publish_pypi.yml
This commit is contained in:
parent
6879805d74
commit
24f5698403
1 changed files with 1 additions and 2 deletions
3
.github/workflows/publish_pypi.yml
vendored
3
.github/workflows/publish_pypi.yml
vendored
|
@ -2,7 +2,7 @@ name: Publish to PyPI
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master # You can change this to the branch you want to publish from
|
- main # You can change this to the branch you want to publish from
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
@ -18,7 +18,6 @@ jobs:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install -r requirements.txt
|
|
||||||
|
|
||||||
- name: Build package
|
- name: Build package
|
||||||
run: python setup.py sdist bdist_wheel
|
run: python setup.py sdist bdist_wheel
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue