From e725a2020778d377bb2af0d54260723186046ed5 Mon Sep 17 00:00:00 2001 From: Anthony Mahanna <43019056+aMahanna@users.noreply.github.com> Date: Mon, 4 Dec 2023 17:09:13 -0500 Subject: [PATCH] Update Build Distribution Command (#92) initial commit --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ac040fc..5f42f4d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,10 +19,10 @@ jobs: python-version: "3.10" - name: Install release packages - run: pip install setuptools wheel twine setuptools-scm[toml] + run: pip install build twine - name: Build distribution - run: python setup.py sdist bdist_wheel + run: python -m build - name: Publish to Test PyPi env: