From f5af197d404e1151c3e954b2cea2a0f08db9b1f0 Mon Sep 17 00:00:00 2001 From: David Wright Date: Mon, 19 Feb 2024 11:06:24 -0800 Subject: [PATCH] Remove "build binary" comment --- .github/workflows/publish_to_pypi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish_to_pypi.yaml b/.github/workflows/publish_to_pypi.yaml index fa2195cd..689ece4c 100644 --- a/.github/workflows/publish_to_pypi.yaml +++ b/.github/workflows/publish_to_pypi.yaml @@ -48,7 +48,7 @@ jobs: - name: Install pypa/build run: python -m pip install build --user - - name: Build a binary wheel and a source tarball + - name: Build a source tarball run: python -m build --sdist --outdir dist/ . - uses: actions/upload-artifact@v3