From 9c3b552c5c4a98898f448271de5dc28217f2568a Mon Sep 17 00:00:00 2001 From: Josh Terrill Date: Mon, 22 Jun 2026 13:57:41 -0700 Subject: [PATCH] addeded setup tools to pypi release step --- .github/workflows/test-and-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-and-deploy.yml b/.github/workflows/test-and-deploy.yml index df3290a..34e8b3c 100644 --- a/.github/workflows/test-and-deploy.yml +++ b/.github/workflows/test-and-deploy.yml @@ -43,7 +43,7 @@ jobs: - uses: actions/setup-python@v4 with: python-version: "3.12" - - run: pip install twine wheel + - run: python -m pip install --upgrade setuptools twine wheel - run: python setup.py sdist bdist_wheel - run: | python -m twine upload \