From d08faad05f78d29eed5d511ff14b0677b65076f4 Mon Sep 17 00:00:00 2001 From: Ananya Nayak Date: Wed, 3 Jan 2024 18:55:09 +0530 Subject: [PATCH] Update publish.yml --- .github/workflows/publish.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ba45e69..7e9a3c9 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -21,7 +21,7 @@ jobs: run: | python3 -m pip install build --user - name: Build a binary wheel and a source tarball - run: python3 -m build + run: python3 -m build src - name: Store the distribution packages uses: actions/upload-artifact@v3 with: @@ -29,8 +29,7 @@ jobs: path: dist/ publish-to-pypi: - name: >- - Publish Python 🐍 distribution 📦 to PyPI + name: Publish Python 🐍 distribution 📦 to PyPI needs: - build runs-on: ubuntu-latest