From 8ffb9168abf9f35df8de6aafb90f53d18c9960ea Mon Sep 17 00:00:00 2001 From: Patrick Zippenfenig Date: Wed, 8 Jan 2025 15:07:15 +0100 Subject: [PATCH] fix: Python pypi upload (#169) --- .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 36946e6..4399c29 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -44,7 +44,7 @@ jobs: uses: actions/setup-python@v5 with: python-version: 3.11 - - run: pip install tomlkit hatchling build + - run: pip install --upgrade tomlkit hatchling build pkginfo twine - name: Release env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}