From 7295f2ab0450f5bbb023af6c6ecd7b59d4f4c9a5 Mon Sep 17 00:00:00 2001 From: David Hotham Date: Mon, 2 Jun 2025 18:56:54 +0100 Subject: [PATCH] publish a wheel --- .github/workflows/publish.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 58ba3ff..c39b791 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -21,7 +21,9 @@ jobs: run: python -m pytest - name: Build a binary wheel and a source tarball - run: python setup.py sdist + run: | + python -m pip install build + python -m build - name: Publish distribution 📦 to Test PyPI uses: pypa/gh-action-pypi-publish@release/v1