From 24f56984038c898b05a5a55ac757c68cfb706144 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Mon, 31 Jul 2023 07:15:11 -0700 Subject: [PATCH] Update publish_pypi.yml --- .github/workflows/publish_pypi.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/publish_pypi.yml b/.github/workflows/publish_pypi.yml index 21f1074f0b..42171c2adf 100644 --- a/.github/workflows/publish_pypi.yml +++ b/.github/workflows/publish_pypi.yml @@ -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