From fc0dc1734e19a3ff234f39f199c5a313c7473dc0 Mon Sep 17 00:00:00 2001 From: Will Barton Date: Tue, 2 Jan 2024 09:57:16 -0500 Subject: [PATCH] Update .github/workflows/release.yml Co-authored-by: Andy Chosak --- .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 0e1efec..d0b093e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: python-version: 3.12 - name: Install dependencies run: | - python -m pip install --upgrade pip build twine + python -m pip install --upgrade pip build - name: Build the package run: | python -m build