From e1ef37c6c18c275ea064aded30e261470a463487 Mon Sep 17 00:00:00 2001 From: Almar Klein Date: Fri, 20 Sep 2024 16:09:09 +0200 Subject: [PATCH] twine too --- .github/workflows/cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index ec1fab2f..91e6d822 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -35,7 +35,7 @@ jobs: python-version: '3.12' - name: Install dev dependencies run: | - python -m pip install --upgrade pip build hatchling requests + python -m pip install --upgrade pip build hatchling requests twine - name: Build wheels (and sdist) run: python tools/build_all_wheels.py - name: Twine check