From 5fc94768f2891a6c994de09642eaafc12f4cf403 Mon Sep 17 00:00:00 2001 From: David Hotham Date: Wed, 20 Nov 2024 15:05:19 +0000 Subject: [PATCH] publish wheels (#226) Co-authored-by: Logan Gore --- .github/workflows/auto-publish.yml | 4 ++-- requirements_dev.txt | 10 ++-------- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/.github/workflows/auto-publish.yml b/.github/workflows/auto-publish.yml index c70f969..d4dbcc9 100644 --- a/.github/workflows/auto-publish.yml +++ b/.github/workflows/auto-publish.yml @@ -21,8 +21,8 @@ jobs: python -m pip install --upgrade pip pip install -r requirements_dev.txt - - name: Build source tarball - run: python setup.py sdist + - name: Build distributions + run: python -m build - name: Get version id: version diff --git a/requirements_dev.txt b/requirements_dev.txt index c84f87a..5b345d7 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,15 +1,9 @@ -r requirements.txt # For distributing the package -setuptools>=65.5.1 +build==1.2.2.post1 -# For type checking, codegen, and testing -Jinja2==3.1.4 -autoflake==2.0.0 +# For type checking and testing black==24.3.0 -isort==5.11.2 mypy==0.991 -pyright==1.1.284 -pyyaml==6.0 -types-PyYAML==6.0.12.2 types-requests==2.28.11.5