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:
|
||||
push:
|
||||
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:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
@ -18,7 +18,6 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install -r requirements.txt
|
||||
|
||||
- name: Build package
|
||||
run: python setup.py sdist bdist_wheel
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue