From f4c64fb836ab3e5b6e5c99f3fb47241e56178445 Mon Sep 17 00:00:00 2001 From: William Woodruff Date: Tue, 19 Mar 2024 15:40:07 -0400 Subject: [PATCH] Apply suggestions from code review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Sviatoslav Sydorenko (Святослав Сидоренко) --- ci/python-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/python-publish.yml b/ci/python-publish.yml index 160b12f..ec73a48 100644 --- a/ci/python-publish.yml +++ b/ci/python-publish.yml @@ -23,13 +23,13 @@ jobs: with: python-version: "3.x" - - name: build release distributions + - name: Build release distributions run: | # NOTE: put your own distribution build steps here. python -m pip install build python -m build - - name: upload distributions + - name: Upload distributions uses: actions/upload-artifact@v4 with: name: release-dists