From 157f7f433a8c64ac3ada17e0aad792077870f04a Mon Sep 17 00:00:00 2001 From: pauladkisson Date: Wed, 31 Jul 2024 09:41:05 -0700 Subject: [PATCH] updated auto-pub to use pyproject.toml --- .github/workflows/auto-publish.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/auto-publish.yaml b/.github/workflows/auto-publish.yaml index 74860b9..ad6154b 100644 --- a/.github/workflows/auto-publish.yaml +++ b/.github/workflows/auto-publish.yaml @@ -20,9 +20,10 @@ jobs: run: | python -m pip install --upgrade pip pip install wheel + pip install build - name: Build package run: | - python setup.py sdist bdist_wheel + python -m build - name: pypi-publish uses: pypa/gh-action-pypi-publish@v1.4.2 with: