From c583a1d222c4590890cb3c5f734ccbf129bb6430 Mon Sep 17 00:00:00 2001 From: flaport Date: Wed, 6 Nov 2024 15:43:50 +0100 Subject: [PATCH] update publish.yml --- .github/workflows/publish.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 499abff..7b4de02 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -17,7 +17,9 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: Install dependencies - run: mamba install -c conda-forge twine build pip setuptools wheel + run: | + mamba install -c conda-forge twine pip setuptools wheel + pip install build - name: Build Library run: python -m build --sdist --wheel - name: Expose wheel as artifact