From 059a6fb12ec0af5bcb4745c9ab2b0457e602a3ea Mon Sep 17 00:00:00 2001 From: Dmitry Ustalov Date: Tue, 18 Jun 2024 23:38:26 +0200 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6306d4a..7d479cf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -82,6 +82,10 @@ jobs: with: python-version: "3.12" architecture: ${{ matrix.python-architecture || 'x64' }} + - name: Install dependencies + run: | + python3 -m pip install --upgrade pip + pip install twine - name: Build uses: PyO3/maturin-action@v1 with: