From 83089c8f6c1b56bb2c90653e1c5d3755f2f4cf4e Mon Sep 17 00:00:00 2001 From: Maxine Hartnett Date: Tue, 7 Jan 2025 17:48:48 -0700 Subject: [PATCH] workflow update --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8088c95..99e1ae2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,7 +30,7 @@ jobs: python-version: '3.11' - name: Install build dependencies - run: python -m pip install build twine + run: python -m pip install build twine pkginfo - name: Build source distribution id: sdist