Skip to content

Commit 5e068ed

Browse files
authored
build: update release workflow (#590)
1 parent 83994fa commit 5e068ed

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/release.yml

+3-5
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,14 @@ jobs:
1515
with:
1616
environment-name: ipympl-release
1717
create-args: >-
18-
python=3.9
19-
jupyterlab
18+
python=3.12
2019
yarn
21-
matplotlib
2220
ipywidgets
23-
jupyter-packaging=0.7
21+
jupyterlab
2422
2523
- name: Install dependencies
2624
run: |
27-
python -m pip install twine wheel build
25+
python -m pip install twine wheel build "packaging>=24.2"
2826
2927
- name: Publish the Python package
3028
env:

0 commit comments

Comments
 (0)