From e358961729ea47816c0f0e7de765268efc26a977 Mon Sep 17 00:00:00 2001 From: Ian Hunt-Isaak Date: Tue, 4 Mar 2025 22:55:26 -0500 Subject: [PATCH] build: update release workflow --- .github/workflows/release.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4d94ba9e..d924c414 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,16 +15,14 @@ jobs: with: environment-name: ipympl-release create-args: >- - python=3.9 - jupyterlab + python=3.12 yarn - matplotlib ipywidgets - jupyter-packaging=0.7 + jupyterlab - name: Install dependencies run: | - python -m pip install twine wheel build + python -m pip install twine wheel build "packaging>=24.2" - name: Publish the Python package env: