From 305a591d233ab7f20f85e563c8a638b47fd676d0 Mon Sep 17 00:00:00 2001 From: David Hotham Date: Thu, 23 Jan 2025 23:07:56 +0000 Subject: [PATCH] publish wheels --- Makefile | 2 +- requirements.txt | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 751e9e5..901ae4c 100644 --- a/Makefile +++ b/Makefile @@ -14,6 +14,6 @@ dependencies: package: test echo "__version__=\"${VERSION}\"" >> "$(VERSION_FILE)" \ - && python3 setup.py sdist + && python3 -m build .PHONY: clean test dependencies package diff --git a/requirements.txt b/requirements.txt index 82327d2..12233d6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ +build mock requests -twine \ No newline at end of file +twine