From 08353b3ea713f5f4ee9ce2e8028da7ac77e004e6 Mon Sep 17 00:00:00 2001 From: zmalkmus Date: Fri, 7 Jun 2024 14:47:53 -0400 Subject: [PATCH] Fixing pypi publishing --- .github/workflows/pythonapp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pythonapp.yml b/.github/workflows/pythonapp.yml index 3ade6be..b91afba 100644 --- a/.github/workflows/pythonapp.yml +++ b/.github/workflows/pythonapp.yml @@ -13,7 +13,7 @@ jobs: with: python-version: "3.8" - name: Install pypa/build and twine - run: python3 -m pip install build twine + run: python3 -m pip install build twine setuptools_scm - name: Build a binary wheel and a source tarball run: python3 -m build - name: Store the distribution packages