From 3c06c362065d07fb05f4385fd7df47eaf671d709 Mon Sep 17 00:00:00 2001 From: Matthew Emond Date: Tue, 27 Aug 2024 02:27:19 -0400 Subject: [PATCH] Update PyPI deploy --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2178065e..4a9ecd94 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -15,7 +15,7 @@ jobs: uses: actions/setup-python@v2 - name: Create source distribution - run: python setup.py sdist + run: python -m build - name: Publish distribution to PyPI uses: pypa/gh-action-pypi-publish@release/v1