From 4ddd77e51254bda3bac990ea662bac2e6b29c5e0 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Tue, 29 Nov 2022 21:25:40 -0800 Subject: [PATCH] No need for pkginfo pin any more The upstream issue was fixed. Refs #1913 --- .github/workflows/publish.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 6ec9d9ee..fa608055 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -51,7 +51,6 @@ jobs: ${{ runner.os }}-publish-pip- - name: Install dependencies run: | - pip install pkginfo==1.8.3 pip install setuptools wheel twine - name: Publish env: