Update publish_pypi.yml

This commit is contained in:
Ishaan Jaff 2023-07-31 07:15:11 -07:00 committed by GitHub
parent 6879805d74
commit 24f5698403
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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